Skip to content

Commit 8cc6fab

Browse files
committed
CI: ignore battery_plus_linx in the pub publish dry-run check
[battery_plus_linux]: Publishing battery_plus_linux 0.1.0 to https://pub.dartlang.org: [...] [battery_plus_linux]: Package validation found the following potential issue: [battery_plus_linux]: * Packages dependent on a pre-release of another package should themselves be published as a pre-release version. If this package needs dbus version 0.0.0-dev.17, consider publishing the package as a pre-release instead. [battery_plus_linux]: See https://dart.dev/tools/pub/publishing#publishing-prereleases For more information on pre-releases. [battery_plus_linux]: [battery_plus_linux]: Package has 1 warning.
1 parent 3282d66 commit 8cc6fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
tuneup check
3131
- name: 'Pub Check'
3232
run: |
33-
melos exec -c 1 --no-private --ignore="*example*" -- \
33+
melos exec -c 1 --no-private --ignore="*example*" --ignore=battery_plus_linux -- \
3434
pub publish --dry-run
3535
format:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)