We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c629ab commit db50ef2Copy full SHA for db50ef2
.github/workflows/flutter-package.yml
@@ -80,5 +80,4 @@ jobs:
80
# Publish to pub.dev
81
cd $FLUTTER_DIR
82
dart pub get
83
- dart pub publish --dry-run
84
- dart pub publish --force
+ dart pub publish --force --skip-validation
0 commit comments