Skip to content

Commit

Permalink
"changelog_reader.outputs.log_entry" was renamed to "changelog_reader…
Browse files Browse the repository at this point in the history
….outputs.changes"
  • Loading branch information
dawedawe committed Oct 15, 2023
1 parent 4e18ac2 commit 9657232
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 9657232

Please sign in to comment.