Skip to content

Commit

Permalink
add "v" before commit name
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-grst committed Jun 15, 2024
1 parent dafa174 commit a128e30
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 @@ -52,8 +52,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: ${{ env.VERSION }}
tag_name: v${{ env.VERSION }}
release_name: v${{ env.VERSION }}
draft: false
prerelease: false
body: |
Expand Down

0 comments on commit a128e30

Please sign in to comment.