fix gitea tag
All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 9m53s
Build and Deploy Versioned Spring Boot Server / build (push) Successful in 9m58s

This commit is contained in:
2025-01-12 11:46:29 +01:00
parent d26a9bffc5
commit 3db2806a04

View File

@@ -43,7 +43,7 @@ jobs:
- name: Extract Tag Version
id: extract_version
run: |
TAG_VERSION=$(echo "${GITEA_REF}" | sed 's#refs/tags/##')
TAG_VERSION=$(echo "${GITHUB_REF}" | sed 's#refs/tags/##')
if [ -z "$TAG_VERSION" ]; then
echo "Error: TAG_VERSION is empty."
exit 1