From 97031522fdebf1e02960d0a69a90912bf5b35e5d Mon Sep 17 00:00:00 2001 From: CoderJoshDK <74162303+CoderJoshDK@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:52:04 -0400 Subject: [PATCH] fix: correct release notes link It was pointing to `uv` but is now pointing to `ruff` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3358a6e..d45d484 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: echo $TAG_NAME gh release create "$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 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}