Skip to content

Commit

Permalink
Merge pull request #316 from CaseyHillers/fix-publish-action
Browse files Browse the repository at this point in the history
Fix publish release workflow
  • Loading branch information
robrbecker committed Jun 24, 2022
2 parents fc7329f + 4a0bb47 commit 5db0374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
uses: caseyhillers/actions-flutter-pub-publisher@v1.5.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
skip_test: true
dry_run: false
dry_run: false

0 comments on commit 5db0374

Please sign in to comment.