We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a86bee commit 0428d1dCopy full SHA for 0428d1d
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Create Release
65
uses: mikepenz/[email protected]
66
with:
67
- tag_name: ${{ env.VERSION }}
+ tag_name: v${{ env.VERSION }}
68
body: |
69
${{steps.github_release.outputs.changelog}}
70
0 commit comments