Skip to content

Commit bdc1555

Browse files
authored
Update publish.yaml
1 parent 6b2411b commit bdc1555

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yaml

+5-5
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: k-paxian/dart-package-publisher@v1.5.1
1717
with:
18-
credential: ${{ secrets.CREDENTIAL_JSON }}
19-
flutter_package: true
20-
skip_test: true
21-
dry_run: false
18+
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
19+
flutter: true
20+
skipTests: true
21+
force: true

0 commit comments

Comments
 (0)