Skip to content

Commit

Permalink
Add github token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 3, 2023
1 parent 2cf7843 commit 645c908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
- name: Create Release
id: 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 645c908

Please sign in to comment.