Skip to content

Commit

Permalink
💚 dry run before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Apr 16, 2021
1 parent f49f5df commit 9df2304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
run: flutter packages get
- name: Format code
run: dart format --fix .
- name: Dry Run
run: flutter pub publish --dry-run
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: true
dry_run: false

0 comments on commit 9df2304

Please sign in to comment.