Skip to content

Commit

Permalink
chore: fix workflow github secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Jan 29, 2025
1 parent 6937e87 commit 617330a
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 @@ -40,6 +40,8 @@ jobs:

- name: Publish GitHub release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: "v${{ steps.config.outputs.VERSION }}"
tag: "v${{ steps.config.outputs.VERSION }}"

0 comments on commit 617330a

Please sign in to comment.