Skip to content

Commit

Permalink
chore: remove dry-run flag in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesKaraosman committed Dec 8, 2023
1 parent 298dc19 commit d868366
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 @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Check Publish Warnings
run: dart pub publish --dry-run
run: dart pub publish # --dry-run
- name: Publish
uses: k-paxian/[email protected]
with:
Expand Down

0 comments on commit d868366

Please sign in to comment.