Skip to content

Commit

Permalink
Merge pull request #120 from dawedawe/fix_changelog_reader
Browse files Browse the repository at this point in the history
Fix creation of changelog for releases
  • Loading branch information
nojaf authored Oct 16, 2023
2 parents 4e18ac2 + 9657232 commit 3436522
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 @@ -37,7 +37,7 @@ jobs:
with:
artifacts: "**/*.nupkg"
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
body: ${{ steps.changelog_reader.outputs.changes }}
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}

- name: Push packages
Expand Down

0 comments on commit 3436522

Please sign in to comment.