Skip to content

Commit

Permalink
Merge branch 'v0.0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelavin committed Aug 30, 2024
2 parents 638eec7 + 4bb1024 commit 7337ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub publish --dry-run
- uses: actions/github-script@v6
with:
script: core.exportVariable('PUB_TOKEN', await core.getIDToken('https://pub.dev'))
- run: flutter pub publish --dry-run
- run: flutter pub token add https://pub.dev --env-var PUB_TOKEN
- if: startsWith(github.ref, 'refs/tags/v0.0.')
run: flutter pub publish --force

0 comments on commit 7337ff6

Please sign in to comment.