Skip to content

Commit

Permalink
Add the github token to the publish-release action. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon authored Apr 17, 2023
1 parent 19a83e0 commit 2407a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
tags: ${{ env.TAGS }}
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down

0 comments on commit 2407a13

Please sign in to comment.