Skip to content

Commit

Permalink
Add missing tag-name property in generate-release-notes config (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakipatryk committed Apr 26, 2024
1 parent 9072381 commit fe28136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag-name: ${{ github.event.inputs.tagName }}
chapters: |
[
{"title": "Breaking Changes 💥", "label": "breaking-change"},
Expand Down

0 comments on commit fe28136

Please sign in to comment.