Update build.yml

This commit is contained in:
Max W. 2024-03-03 00:00:37 +01:00
parent d465078a2d
commit da8153101e

View File

@ -57,6 +57,7 @@ jobs:
if [[ "$GIT_TAG" == v* ]]; then if [[ "$GIT_TAG" == v* ]]; then
VERSION=${GIT_TAG#v} VERSION=${GIT_TAG#v}
echo "Extracted tag name: $VERSION" echo "Extracted tag name: $VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV
else else
echo "This is not a tag push with 'v' prefix, skipping..." echo "This is not a tag push with 'v' prefix, skipping..."
exit 78 exit 78