Skip to content

Commit

Permalink
Upgrade flutter-pub-publisher step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pszklarska committed Jun 4, 2022
1 parent f7e3862 commit b734332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Run package publish dry-run
- name: Dry-run package publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
uses: sakebook/actions-flutter-pub-publisher@v1.4.0
with:
credential: ${{ secrets.CREDENTIALS_JSON }}
skip_test: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# Publish the plugin
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
uses: sakebook/actions-flutter-pub-publisher@v1.4.0
with:
credential: ${{ secrets.CREDENTIALS_JSON }}
skip_test: true

0 comments on commit b734332

Please sign in to comment.