Skip to content

Commit 1e9839f

Browse files
authored
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.
1 parent 2b6485a commit 1e9839f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo $TAG_NAME
5858
gh release create "$TAG_NAME" \
5959
--title "$TAG_NAME" \
60-
--notes "See: https://github.com/astral-sh/uv/releases/tag/$TAG_NAME" \
60+
--notes "See: https://github.com/astral-sh/ruff/releases/tag/$TAG_NAME" \
6161
--latest
6262
env:
6363
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)