diff --git a/build.sh b/build.sh index 470f1c7..2bfefed 100755 --- a/build.sh +++ b/build.sh @@ -56,6 +56,7 @@ publish_release() { exit 1 fi git tag -a "$TAG" -m "Release $TAG" + git push origin $tag echo "📤 Creating release on Gitea..." curl -s -X POST "${GITEA_URL}/api/v1/repos/${REPO}/releases" \