Skip to content

Commit f9f537c

Browse files
committed
fix(release notes): try to fix release notes generation
1 parent 9ec4c04 commit f9f537c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/windows_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jobs:
294294
files: windows/Output/*.*
295295
generate_release_notes: true
296296
token: ${{ secrets.GITHUB_TOKEN }}
297+
append_body: false
297298

298299
- name: Release
299300
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
@@ -303,3 +304,4 @@ jobs:
303304
files: windows/Output/*.*
304305
generate_release_notes: true
305306
token: ${{ secrets.GITHUB_TOKEN }}
307+
make_latest: true

0 commit comments

Comments
 (0)