Skip to content

Commit

Permalink
Add GitHub token to create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 4, 2024
1 parent f4c7478 commit 64c2600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Create GitHub Release
if: success()
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: LcdMenu v${{ github.ref_name }}
Expand Down

0 comments on commit 64c2600

Please sign in to comment.