fix: correct release notes link (#84)
## Summary I originally tested this functionality in `uv-pre-commit`. And that is why when moving it over, I ended up copying the URL for that release. I am sorry for all the broken code I have introduced. I feel so bad. I am at least glad I realized before a new `ruff` release came out.
This commit is contained in:
parent
2b6485a44b
commit
1e9839fabf
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
echo $TAG_NAME
|
echo $TAG_NAME
|
||||||
gh release create "$TAG_NAME" \
|
gh release create "$TAG_NAME" \
|
||||||
--title "$TAG_NAME" \
|
--title "$TAG_NAME" \
|
||||||
--notes "See: https://github.com/astral-sh/uv/releases/tag/$TAG_NAME" \
|
--notes "See: https://github.com/astral-sh/ruff/releases/tag/$TAG_NAME" \
|
||||||
--latest
|
--latest
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user