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 0072ec2 commit 4bb95a7Copy full SHA for 4bb95a7
.github/workflows/publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Check Publish Warnings
30
run: dart pub publish --dry-run
31
- name: Publish
32
- uses: k-paxian/dart-package-publisher@v1.5.1
+ uses: k-paxian/dart-package-publisher@v1.6
33
with:
34
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
35
skipTests: true
0 commit comments