Skip to content

Commit 0428d1d

Browse files
authored
ci: add v prefix to tag name when creating a release (#195)
1 parent 6a86bee commit 0428d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Create Release
6565
uses: mikepenz/[email protected]
6666
with:
67-
tag_name: ${{ env.VERSION }}
67+
tag_name: v${{ env.VERSION }}
6868
body: |
6969
${{steps.github_release.outputs.changelog}}
7070

0 commit comments

Comments
 (0)