Skip to content

Commit

Permalink
Fix version name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
araratthehero committed Jan 2, 2025
1 parent 77cbc30 commit 116f33e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ jobs:
with:
token: ${{ env.GITHUB_TOKEN }}
tag: ${{ env.VERSION_NAME }}
allowUpdates: true
updateOnlyUnreleased: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
draft: false

0 comments on commit 116f33e

Please sign in to comment.