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 269301c commit f72de93Copy full SHA for f72de93
.github/workflows/release-logs.yaml
@@ -23,7 +23,6 @@ jobs:
23
configuration : ".github/workflows/changelog-configuration.json"
24
env :
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
- - run: echo "${{steps.build_changelog.outputs.changelog}}"
27
- name: update release
28
id: update_release
29
uses: tubone24/update_release@v1.2.0
@@ -33,4 +32,3 @@ jobs:
33
32
with:
34
release_name: Release ${{steps.build_changelog.outputs.toTag}}
35
body: ${{steps.build_changelog.outputs.changelog}}
36
- is_append_body: true
0 commit comments