From bc2c5bc24fbc72bca5963296ccd48493e0487144 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 17 Nov 2023 18:53:12 +0100 Subject: [PATCH] Fixup build --- tests/makephar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index 0dd1ccfe2..294d2b7bb 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -25,7 +25,7 @@ git config --global user.email "41898282+github-actions[bot]@users.noreply.githu git config --global user.name "Github Actions" if [ "$CI_COMMIT_TAG" == "" ]; then - export TAG=7777 + export CI_COMMIT_TAG=7777 git tag "$CI_COMMIT_TAG" git checkout "$CI_COMMIT_TAG" fi