There was an error while loading. Please reload this page.
1 parent f9fc800 commit 43e8011Copy full SHA for 43e8011
1 file changed
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
echo $TAG_NAME
63
gh release create "$TAG_NAME" \
64
--title "$TAG_NAME" \
65
- --notes "See: https://github.com/woodruffw/zizmor/releases/tag/${TAG_NAME/v}" \
+ --notes "See: https://github.com/woodruffw/zizmor/releases/tag/${TAG_NAME}" \
66
--latest
67
env:
68
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments