Skip to content

Commit

Permalink
Publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Feb 11, 2022
1 parent b1b7c8b commit e731283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@1.3.1
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
with:
credential: ${{ secrets.PUB_CREDENTIALS }}
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Testing
uses: sakebook/actions-flutter-pub-publisher@1.3.1
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
with:
credential: ${{ secrets.PUB_CREDENTIALS }}
dry_run: true

0 comments on commit e731283

Please sign in to comment.