We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7d125 commit ef06c5dCopy full SHA for ef06c5d
‎.github/workflows/pub_publish.yml
@@ -1,4 +1,4 @@
1
-name: Pub Publish plugin
+name: Publish
2
3
on:
4
release:
@@ -7,16 +7,15 @@ on:
7
8
jobs:
9
publish:
10
-
11
runs-on: ubuntu-latest
12
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v1
16
- name: Publish
17
- uses: sakebook/actions-flutter-pub-publisher@v1.3.0
+ uses: k-paxian/dart-package-publisher@master
18
with:
19
- credential: ${{ secrets.CREDENTIAL_JSON }}
20
- flutter_package: true
21
- skip_test: true
+ credentialJson: ${{ secrets.CREDENTIAL_JSON }}
+ flutter: true
22
dry_run: false
+ skipTests: true
+ force: true
0 commit comments