We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850d56c commit 5cc6e14Copy full SHA for 5cc6e14
.github/workflows/build-and-release.yml
@@ -48,6 +48,7 @@ jobs:
48
echo "version=${version}" >> "$GITHUB_OUTPUT"
49
50
- name: Check tag vs. metadata version
51
+ if: startsWith(github.ref, 'refs/tags/v')
52
run: |
53
# Ensure, that the tag matches the version in the metadata file:
54
if [ "${GITHUB_REF}" != "refs/tags/${FORMATTED_VERSION}" ]; then
0 commit comments