Skip to content

Commit ef06c5d

Browse files
committed
💚 Fix publish
1 parent ca7d125 commit ef06c5d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎.github/workflows/pub_publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pub Publish plugin
1+
name: Publish
22

33
on:
44
release:
@@ -7,16 +7,15 @@ on:
77

88
jobs:
99
publish:
10-
1110
runs-on: ubuntu-latest
12-
1311
steps:
1412
- name: Checkout
1513
uses: actions/checkout@v1
1614
- name: Publish
17-
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
15+
uses: k-paxian/dart-package-publisher@master
1816
with:
19-
credential: ${{ secrets.CREDENTIAL_JSON }}
20-
flutter_package: true
21-
skip_test: true
17+
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
18+
flutter: true
2219
dry_run: false
20+
skipTests: true
21+
force: true

0 commit comments

Comments
 (0)