From 34cc8f225186623b01fbdd4cb64a2834bb0c21b3 Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 18 Jul 2026 16:11:00 +0300 Subject: [PATCH] fix: target repository when publishing releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 404ab0a..111ad56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -220,4 +220,4 @@ jobs: - name: Publish the release env: GH_TOKEN: ${{ github.token }} - run: gh release edit "$GITHUB_REF_NAME" --draft=false --latest + run: gh release edit "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY" --draft=false --latest