From da8153101e8686b8ef888fce9824779eb0c3cc9f Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 3 Mar 2024 00:00:37 +0100 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 61f64ca..fa9def6 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -57,6 +57,7 @@ jobs: if [[ "$GIT_TAG" == v* ]]; then VERSION=${GIT_TAG#v} echo "Extracted tag name: $VERSION" + echo "VERSION=$VERSION" >> $GITHUB_ENV else echo "This is not a tag push with 'v' prefix, skipping..." exit 78