Skip to content

Commit 4c7bc97

Browse files
authored
Fixes the check-tag condition
1 parent aa97f93 commit 4c7bc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: mukunku/tag-exists-action@v1.1.0
2828
id: checkTag
2929
with:
30-
tag: 'v{{ env.CONAN_VERSION }}'
30+
tag: "v${{ env.CONAN_VERSION }}"
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Upload AppImage

0 commit comments

Comments
 (0)