Skip to content

Commit 04f8930

Browse files
committed
updated release yml
1 parent 8a29a60 commit 04f8930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
64+
stringGeneratorNotic: true
6465

6566
- name: Create Release
6667
id: create_release
@@ -70,8 +71,7 @@ jobs:
7071
with:
7172
tag_name: ${{ github.ref }}
7273
release_name: Release ${{ github.ref }}
73-
body: |
74-
${{ steps.generate_changelog.outputs.changelog }}
74+
body: ${{ steps.generate_changelog.outputs.changelog }}
7575

7676
- name: Download Build Artifacts
7777
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)