Skip to content

Commit

Permalink
ci: add GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiKAC committed May 20, 2024
1 parent 011bc75 commit 75ad38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
id: release
with:
release-type: dart
token: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v4
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 75ad38c

Please sign in to comment.