fix: semtag naming in main (#4924)

This commit is contained in:
Daniel Gak Anagrov
2025-06-11 16:33:21 +02:00
committed by GitHub
parent 7be7303eb4
commit 415ca7c8b1
+1 -1
View File
@@ -10,7 +10,7 @@ if [[ "${GITHUB_REF}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
exit 0
fi
if [[ "${GITHUB_HEAD_REF}" == "main" ]]; then
if [[ "${GITHUB_REF_NAME}" == "main" ]]; then
echo "${NEXT_RELEASE}-alpha.${GITHUB_RUN_NUMBER}"
exit 0
fi