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 6b2411b commit bdc1555Copy full SHA for bdc1555
.github/workflows/publish.yaml
@@ -13,9 +13,9 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v1
15
- name: Publish
16
- uses: sakebook/actions-flutter-pub-publisher@v1.3.1
+ uses: k-paxian/dart-package-publisher@v1.5.1
17
with:
18
- credential: ${{ secrets.CREDENTIAL_JSON }}
19
- flutter_package: true
20
- skip_test: true
21
- dry_run: false
+ credentialJson: ${{ secrets.CREDENTIAL_JSON }}
+ flutter: true
+ skipTests: true
+ force: true
0 commit comments