From 89b1cc742e8828295db325baec8230ff01a75c1f Mon Sep 17 00:00:00 2001 From: samara <97859147+khcrysalis@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:29:13 -0700 Subject: [PATCH] chore: ???2 --- .github/workflows/repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index d5e783a..9893940 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -14,7 +14,7 @@ jobs: - name: Fetch and update release info run: | - release_info=$(curl -s https://api.github.com/repos/khcrysalis/Feather/releases) + release_info=$(curl -s https://api.github.com/repos/khcrysalis/Feather/releases/latest) clean_release_info=$(echo "$release_info" | tr -d '\000-\037')