Skip to content

Commit

Permalink
Merge pull request #59 from Jont828/release-notes-name
Browse files Browse the repository at this point in the history
🐛 Fix release draft GitHub action
  • Loading branch information
Jont828 authored Apr 12, 2023
2 parents 2a9368e + c9b2423 commit d9e25f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
with:
draft: true
files: out/*
body_path: _releasenotes/${{ env.RELEASE_TAG }}.md
body_path: _releasenotes/release-notes-${{ env.RELEASE_TAG }}.md

0 comments on commit d9e25f0

Please sign in to comment.