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 3904903 commit b2ba465Copy full SHA for b2ba465
.github/workflows/pub_publish.yml
@@ -10,12 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
14
- name: Publish
15
- uses: k-paxian/dart-package-publisher@master
+ uses: k-paxian/dart-package-publisher@v1.6
16
with:
17
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
18
flutter: true
19
- dry_run: false
+ dryRunOnly: false
20
skipTests: true
21
force: true
22
+ accessToken:
23
+ refreshToken:
0 commit comments