Skip to content

Commit

Permalink
Updated github workflow for auto publishing to pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arok committed Jul 5, 2024
1 parent 60e2223 commit e673db9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@main # required!
uses: actions/checkout@main

- name: 'Publish'
uses: k-paxian/dart-package-publisher@master
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
skip_test: true
flutter: true

0 comments on commit e673db9

Please sign in to comment.