Skip to content

Commit

Permalink
fix: prepend v to version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr committed Jan 28, 2024
1 parent 886edf9 commit 9bf2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="${GITHUB_REPOSITORY#*/} v${tag#v}" \
--generate-notes
gh release upload "$tag" \
--repo="$GITHUB_REPOSITORY" \
Expand Down

0 comments on commit 9bf2ffd

Please sign in to comment.