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 8ba2165 commit 777cd7bCopy full SHA for 777cd7b
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
with:
69
release_name: ${{ steps.version.outputs.version-without-v }}
70
tag_name: ${{ github.ref }}
71
- body: ${{ steps.gitLog.outputs.log }}
+ body: ${{ env.LOG }}
72
draft: false
73
prerelease: false
74
0 commit comments