Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 committed Mar 12, 2024
1 parent 4b5ac15 commit c9028dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: flutter --version

- name: Publish to pub.dev --dry-run
if: ${{ github.event.inputs.dryRun == 'false' }}
if: ${{ github.event.inputs.dryRun == 'true' }}
run: flutter pub publish --dry-run

- name: Publish to pub.dev
Expand Down

0 comments on commit c9028dc

Please sign in to comment.