From 022ebcd95cd5643e65e131e9c287eaf3171a84ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20Akta=C5=9F?= Date: Thu, 16 Jul 2026 21:09:19 +0300 Subject: [PATCH] Fix release repository context --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d67f98..c4a42f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,4 +64,5 @@ jobs: GH_TOKEN: ${{ github.token }} run: >- gh release create "$GITHUB_REF_NAME" artifacts/InputBridge_* artifacts/SHA256SUMS - --verify-tag --generate-notes --title "InputBridge $GITHUB_REF_NAME" + --repo "$GITHUB_REPOSITORY" --verify-tag --generate-notes + --title "InputBridge $GITHUB_REF_NAME"