Skip to content

Commit f72de93

Browse files
committed
wip
1 parent 269301c commit f72de93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-logs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
configuration : ".github/workflows/changelog-configuration.json"
2424
env :
2525
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26-
- run: echo "${{steps.build_changelog.outputs.changelog}}"
2726
- name: update release
2827
id: update_release
2928
uses: tubone24/update_release@v1.2.0
@@ -33,4 +32,3 @@ jobs:
3332
with:
3433
release_name: Release ${{steps.build_changelog.outputs.toTag}}
3534
body: ${{steps.build_changelog.outputs.changelog}}
36-
is_append_body: true

0 commit comments

Comments
 (0)