Skip to content

Commit

Permalink
ci: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 30, 2023
1 parent 5a85a11 commit e9dfe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e9dfe40

Please sign in to comment.