Skip to content

Commit

Permalink
don't clean github release body on manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 27, 2023
1 parent 4fe395a commit 9a4deb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
game-version-filter: any
dependencies: '' # declare the dependencies explicitly, so mc-publish won't try to load from fabric.mod.json

github-changelog: ${{ format('{0}{1}', github.event.release.body, steps.get_release.outputs.body) }}
modrinth-changelog: ${{ steps.changelog.outputs.result }}
curseforge-changelog: ${{ steps.changelog.outputs.result }}

Expand Down

0 comments on commit 9a4deb0

Please sign in to comment.