Skip to content

Commit

Permalink
fix(action): set v1.5.1 for dart publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin7b authored Dec 2, 2022
1 parent 24862c9 commit d43062b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pub_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v2
- name: '>> Dart package <<'
uses: k-paxian/dart-package-publisher@1.5.1
uses: k-paxian/dart-package-publisher@v1.5.1
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}

0 comments on commit d43062b

Please sign in to comment.