Skip to content

Commit

Permalink
🐛 fix: Removed dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
susatthi committed Oct 15, 2023
1 parent 51f152b commit 854a529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
- name: Install dependencies
run: dart pub get
- name: Publish - dry run
run: dart pub publish --dry-run
# - name: Publish - dry run
# run: dart pub publish --dry-run
- name: Publish to pub.dev
run: dart pub publish -f
- name: Create release
Expand Down

0 comments on commit 854a529

Please sign in to comment.