Skip to content

Commit

Permalink
Fixes the check-tag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib authored Feb 9, 2023
1 parent aa97f93 commit 4c7bc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: mukunku/[email protected]
id: checkTag
with:
tag: 'v{{ env.CONAN_VERSION }}'
tag: "v${{ env.CONAN_VERSION }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload AppImage
Expand Down

0 comments on commit 4c7bc97

Please sign in to comment.