Skip to content

Commit fe89286

Browse files
committed
feat(wf): final version
1 parent 30516a8 commit fe89286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
release_name: Release ${{ steps.generate_unreleased_changelog.outputs.version }}
5858
tag_name: ${{ steps.generate_unreleased_changelog.outputs.version }}
5959
commitish: ${{ github.sha }}
60-
body: ${{ steps.generate_unreleased_changelog.outputs.changelog }}
60+
body: cat ${{ steps.generate_unreleased_changelog.outputs.changelog }}
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363

0 commit comments

Comments
 (0)