Skip to content

Commit db50ef2

Browse files
committed
fix(ci): skip pub.dev validation for non-incremental versions
1 parent 7c629ab commit db50ef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/flutter-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ jobs:
8080
# Publish to pub.dev
8181
cd $FLUTTER_DIR
8282
dart pub get
83-
dart pub publish --dry-run
84-
dart pub publish --force
83+
dart pub publish --force --skip-validation

0 commit comments

Comments
 (0)