Skip to content

Commit 5db0374

Browse files
authored
Merge pull request #316 from CaseyHillers/fix-publish-action
Fix publish release workflow
2 parents fc7329f + 4a0bb47 commit 5db0374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v1
1515
- name: Publish
16-
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
16+
uses: caseyhillers/actions-flutter-pub-publisher@v1.5.1
1717
with:
1818
credential: ${{ secrets.CREDENTIAL_JSON }}
1919
flutter_package: false
2020
skip_test: true
21-
dry_run: false
21+
dry_run: false

0 commit comments

Comments
 (0)