diff --git a/scripts/publish-gitea-actions.sh b/scripts/publish-gitea-actions.sh index 992185c..edd4ef2 100755 --- a/scripts/publish-gitea-actions.sh +++ b/scripts/publish-gitea-actions.sh @@ -22,6 +22,7 @@ fi exit 1 } VERSION="${RELEASE_TAG#v}" +export RELEASE_VERSION="$VERSION" echo "target: $RELEASE_TAG ($VERSION)" echo "gitea: $GITEA_BASE_URL"