File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ jobs:
155
155
with :
156
156
config : cliff.toml
157
157
args : --verbose --latest
158
+ env :
159
+ OUTPUT : changelog.md
158
160
- uses : actions/download-artifact@v1
159
161
with :
160
162
name : release-artifacts-linux-amd64
@@ -170,7 +172,7 @@ jobs:
170
172
with :
171
173
tag_name : ${{ steps.get_tag.outputs.git_tag }}
172
174
release_name : ${{ steps.get_tag.outputs.git_tag }}
173
- body_path : ./release-artifacts/changelog.md
175
+ body_path : ${{ steps.git-cliff.outputs.changelog }}
174
176
draft : ${{ startsWith(steps.get_tag.outputs.git_tag, 'nightly') != true }}
175
177
prerelease : ${{ startsWith(steps.get_tag.outputs.git_tag, 'nightly') }}
176
178
push-image :
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ fmtcoverage.html
15
15
.swp
16
16
.idea
17
17
.DS_Store
18
+
19
+ # changelog
20
+ changelog.md
You can’t perform that action at this time.
0 commit comments