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 8a29a60 commit 04f8930Copy full SHA for 04f8930
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
62
with:
63
token: ${{ secrets.GITHUB_TOKEN }}
64
+ stringGeneratorNotic: true
65
66
- name: Create Release
67
id: create_release
@@ -70,8 +71,7 @@ jobs:
70
71
72
tag_name: ${{ github.ref }}
73
release_name: Release ${{ github.ref }}
- body: |
74
- ${{ steps.generate_changelog.outputs.changelog }}
+ body: ${{ steps.generate_changelog.outputs.changelog }}
75
76
- name: Download Build Artifacts
77
uses: actions/download-artifact@v2
0 commit comments