We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32504b commit d60687dCopy full SHA for d60687d
.github/workflows/release_draft.yml
@@ -88,5 +88,6 @@ jobs:
88
with:
89
name: ${{ github.event.inputs.tagName }}
90
body: ${{ steps.generate_release_notes.outputs.releaseNotes }}
91
+ tag_name: ${{ github.event.inputs.tagName }}
92
draft: true
93
prerelease: false
0 commit comments