Skip to content

Commit

Permalink
Fix using the GitHub token for creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Jan 3, 2024
1 parent f717455 commit f5c11e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
- name: Create Release
uses: actions/create-release@v1
id: create_release
env:
GITHUB_TOKEN: ${{ github.token }}
with:
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
Expand Down

0 comments on commit f5c11e8

Please sign in to comment.