From e074b27abfcf04b40938afdf4b740077fb6df75c Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 7 Oct 2025 22:55:04 +0200 Subject: [PATCH] release.sh: fix deployment approval logic --- build_tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/release.sh b/build_tools/release.sh index 2495ad41e..64c3d524e 100755 --- a/build_tools/release.sh +++ b/build_tools/release.sh @@ -161,7 +161,7 @@ gh_api_repo() { command gh api \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - "/repos/$repository_owner/fish-shell/$1" \ + "/repos/$repository_owner/fish-shell/$path" \ "$@" }