Skip to content

Commit

Permalink
fix: added --force flag skips the confirmation prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhash703 committed Nov 7, 2024
1 parent 2d38a8e commit 85519ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
skipTests: true

- name: Publish to pub.dev
run: flutter pub publish
run: flutter pub publish --force
env:
PUB_ENVIRONMENT: github-action

Expand Down

0 comments on commit 85519ae

Please sign in to comment.