Skip to content

Commit 5cc6e14

Browse files
GitHub workflow: added tag check for metadata processing (#331)
1 parent 850d56c commit 5cc6e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-release.yml

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

0 commit comments

Comments
 (0)