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.
2 parents f07e1c7 + eab68c4 commit f1b484dCopy full SHA for f1b484d
.github/workflows/release.yaml
@@ -31,7 +31,9 @@ jobs:
31
previousTag: ${{ steps.prevrelease.outputs.previousTag }}
32
33
- name: Print the changelog
34
- run: echo "${{ steps.changelog.outputs.changelog }}"
+ run: echo "$CHANGELOG"
35
+ env:
36
+ CHANGELOG: ${{ steps.changelog.outputs.changelog }}
37
38
- name: Create Release
39
id: create_release
0 commit comments