Skip to content

Commit 089a967

Browse files
Update create-draft-release.yml
1 parent 8e92cdc commit 089a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
51-
tag_name: ${{ github.event.inputs.tag }}
51+
tag_name: "v${{ github.event.inputs.tag }}"
5252
release_name: ${{ github.event.inputs.name }}
5353
draft: true
5454
prerelease: false

0 commit comments

Comments
 (0)