Skip to content

Commit

Permalink
fix: make the release title having only the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoub3bidi committed Feb 4, 2024
1 parent 38f7871 commit 9dc4deb
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 @@ -20,5 +20,5 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="${tag#v}" \
--generate-notes

0 comments on commit 9dc4deb

Please sign in to comment.