We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1d89a commit f0ba89bCopy full SHA for f0ba89b
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
| jq -r '.tag_name') >> "$GITHUB_OUTPUT"
57
58
- name: Check tag version
59
- if: github.event.release.tag_name != format('infrahub-v{0}', steps.release.outputs.version)
+ if: github.event.release.tag_name != format('v{0}', steps.release.outputs.version)
60
run: |
61
echo "Tag version does not match python project version"
62
exit 1
0 commit comments