GitHub workflow: added tag check for metadata processing ()

This commit is contained in:
Thorsten Sommer 2025-03-12 13:18:28 +01:00 committed by GitHub
parent 850d56cfcf
commit 5cc6e141c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ jobs:
echo "version=${version}" >> "$GITHUB_OUTPUT"
- name: Check tag vs. metadata version
if: startsWith(github.ref, 'refs/tags/v')
run: |
# Ensure, that the tag matches the version in the metadata file:
if [ "${GITHUB_REF}" != "refs/tags/${FORMATTED_VERSION}" ]; then