Skip to content

Commit

Permalink
ci: Update publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CaiJingLong <[email protected]>
  • Loading branch information
CaiJingLong committed Nov 17, 2023
1 parent 3904903 commit b2ba465
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pub_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Publish
uses: k-paxian/dart-package-publisher@master
uses: k-paxian/dart-package-publisher@v1.6
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
dry_run: false
dryRunOnly: false
skipTests: true
force: true
accessToken:
refreshToken:

0 comments on commit b2ba465

Please sign in to comment.