Skip to content

Commit

Permalink
fix: fix changelog output reading
Browse files Browse the repository at this point in the history
  • Loading branch information
liestreadt committed Jul 15, 2023
1 parent 8305c7c commit 615d178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
RELEASE_VERSION: ${{ github.ref_name }}
RELEASE_AUTHOR: ${{ github.actor }}
RELEASE_DATE: ${{ github.event.head_commit.timestamp }}
RELEASE_CHANGELOG: ${{ steps.changelog_step.outputs.changelog }}
RELEASE_CHANGELOG: ${{ steps.changelog_step.outputs.changes }}

with:
filename: .github/ISSUE_TEMPLATE.md
Expand Down

0 comments on commit 615d178

Please sign in to comment.