removed else handling from set-tag
Some checks failed
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 6s
Rust Cross-Platform Build / Run Tests (push) Successful in 1m44s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Has been cancelled
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Has been cancelled

This commit is contained in:
2025-10-04 00:56:57 +02:00
parent 063ad113d7
commit 9072e253ec

View File

@@ -199,13 +199,6 @@ set-tag:
echo "tag_name=${new_tag}" >> $GITHUB_OUTPUT
echo "should_tag=true" >> $GITHUB_OUTPUT
echo "Creating new patch version tag: ${new_tag}"
else
echo "Not on main, development, or staging branch."
echo "Branch: ${GITHUB_REF}"
echo "Skipping tag creation and Docker build."
echo "should_tag=false" >> $GITHUB_OUTPUT
# Don't set tag_name output for non-release branches
fi
docker-build: