Skip to content

Commit

Permalink
Make the publish do a force to ignore input.
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkfish committed Mar 5, 2021
1 parent c282433 commit a1fce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: flutter --version
- run: flutter pub get
- run: flutter test
- run: flutter pub publish
- run: flutter pub publish --force
- uses: EndBug/add-and-commit@v4
with:
author_name: David Bennett
Expand Down

0 comments on commit a1fce3e

Please sign in to comment.