Skip to content

Commit 307ed5e

Browse files
dgarrosfatih-acar
authored andcommitted
Fix release workflow to accept proper tag version
1 parent 5d4e2a2 commit 307ed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
| jq -r '.tag_name') >> "$GITHUB_OUTPUT"
5757
5858
- name: Check tag version
59-
if: github.event.release.tag_name != format('infrahub-v{0}', steps.release.outputs.version)
59+
if: github.event.release.tag_name != format('v{0}', steps.release.outputs.version)
6060
run: |
6161
echo "Tag version does not match python project version"
6262
exit 1

0 commit comments

Comments
 (0)