From e9dfe4000e01cb72391ee1edc90941eeef787192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 30 Nov 2023 08:47:18 +0100 Subject: [PATCH] ci: fix release script --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 6343cb1d5..08065e5cf 100755 --- a/release.sh +++ b/release.sh @@ -39,5 +39,5 @@ git tag -s -m "Version $1" "caddy/v$1" git push --follow-tags if [ "$(uname -s)" = "Darwin" ]; then - FRANKENPHP_VERSION=$1 RELEASE=1 ./build-static.sh + FRANKENPHP_VERSION=v$1 RELEASE=1 ./build-static.sh fi