We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b886a commit 332d65aCopy full SHA for 332d65a
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
release_name: ${{ steps.get_version.outputs.version-without-v }}
65
tag_name: ${{ github.ref }}
66
- body: ${{ steps.build_changelog.outputs.changelog }}
+ body: ${{ steps.changelog.outputs.changelog }}
67
draft: false
68
prerelease: false
69
0 commit comments