Skip to content

Commit

Permalink
Add GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanavr committed Jul 23, 2024
1 parent f044fad commit 365c7f5
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 @@ -16,6 +16,8 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.head_commit.message }}
release_name: ${{ github.event.head_commit.message }}
Expand Down

0 comments on commit 365c7f5

Please sign in to comment.