Skip to content

Commit 4a0bb47

Browse files
author
Casey Hillers
committed
Fix publish release workflow
1 parent fc7329f commit 4a0bb47

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)