release.sh: fix deployment approval logic

This commit is contained in:
Johannes Altmanninger
2025-10-07 22:55:04 +02:00
parent a5727e59da
commit e074b27abf

View File

@@ -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" \
"$@"
}