Skip to content

Commit 43e8011

Browse files
authored
include v prefix in release notes URL (#7)
1 parent f9fc800 commit 43e8011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo $TAG_NAME
6363
gh release create "$TAG_NAME" \
6464
--title "$TAG_NAME" \
65-
--notes "See: https://github.com/woodruffw/zizmor/releases/tag/${TAG_NAME/v}" \
65+
--notes "See: https://github.com/woodruffw/zizmor/releases/tag/${TAG_NAME}" \
6666
--latest
6767
env:
6868
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)