Skip to content

Commit

Permalink
Hotfix Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider authored Oct 12, 2024
1 parent 41f5c07 commit 265047c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 'v${{ env.VERSION }}'
release_name: 'Release v${{ env.VERSION }}'
tag_name: '${{ env.VERSION }}'
release_name: 'Release ${{ env.VERSION }}'
body: ${{ steps.get-changes.outputs.changes }}
draft: false
prerelease: ${{ env.IS_RELEASE == 'false' }}
Expand Down

0 comments on commit 265047c

Please sign in to comment.