Skip to content

Commit

Permalink
feat: enable publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Oct 28, 2024
1 parent 3b723c0 commit 1207c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: dart pub get
- name: Publish - dry run
run: dart pub publish --dry-run
# - name: Publish to pub.dev
# run: dart pub publish -f
- name: Publish to pub.dev
run: dart pub publish -f

0 comments on commit 1207c82

Please sign in to comment.