Skip to content

Commit fe28136

Browse files
authored
Add missing tag-name property in generate-release-notes config (#60)
1 parent 9072381 commit fe28136

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
@@ -74,6 +74,7 @@ jobs:
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
with:
77+
tag-name: ${{ github.event.inputs.tagName }}
7778
chapters: |
7879
[
7980
{"title": "Breaking Changes 💥", "label": "breaking-change"},

0 commit comments

Comments
 (0)