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 9821ab8 commit 29c79e8Copy full SHA for 29c79e8
.github/workflows/release.yml
@@ -73,9 +73,9 @@ jobs:
73
target_commitish: process.env.DEFAULT_BRANCH,
74
});
75
76
- # SyntaxError: Unexpected identifier 'JSON'
77
- # echo JSON.stringify(notes)
78
- console.log(notes);
+ const body = notes.body;
+
+ require('fs').writeFileSync('release_notes.md', body);
79
80
- name: Build
81
working-directory: ./WinSyncScroll
@@ -91,8 +91,8 @@ jobs:
91
with:
92
prerelease: ${{ steps.ref_info.outputs.IS_PRERELEASE }}
93
make_latest: ${{ steps.ref_info.outputs.MAKE_LATEST }}
94
- #body_path: release_notes.md
95
- generate_release_notes: true
+ body_path: release_notes.md
+ #generate_release_notes: true
96
files: |
97
./WinSyncScroll/WinSyncScroll_win-x64_net8.0-windows.zip
98
./WinSyncScroll/WinSyncScroll_win-x64_net462.zip
0 commit comments