Skip to content

Commit d60687d

Browse files
authored
Fix draft release not pointing to a tag (#38)
1 parent f32504b commit d60687d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_draft.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ jobs:
8888
with:
8989
name: ${{ github.event.inputs.tagName }}
9090
body: ${{ steps.generate_release_notes.outputs.releaseNotes }}
91+
tag_name: ${{ github.event.inputs.tagName }}
9192
draft: true
9293
prerelease: false

0 commit comments

Comments
 (0)