Skip to content

Commit

Permalink
fix(ci): Properly prefix version tags with 'v' [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Alex-17 committed Nov 26, 2024
1 parent 1746869 commit a766b39
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 @@ -93,8 +93,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.version }}
name: "Release ${{ env.version }}"
tag_name: v${{ env.version }}
name: "Release v${{ env.version }}"
body: ${{ env.changelog_body }}
draft: false
prerelease: false
Expand Down

0 comments on commit a766b39

Please sign in to comment.