From 67f684d988acfc82103ebd0a1758f0792b93faec Mon Sep 17 00:00:00 2001 From: TommyFang Date: Mon, 17 Aug 2026 19:57:56 +0800 Subject: [PATCH] fix: export RELEASE_VERSION for publish script --- scripts/publish-gitea-actions.sh | 1 + 1 file changed, 1 insertion(+) 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"