1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 18:30:08 +00:00

ci: align release workflow with curated notes

This commit is contained in:
tw93
2026-03-08 16:26:33 +08:00
parent 943e68bb1c
commit 17751e29d9

View File

@@ -73,8 +73,13 @@ jobs:
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.ref_name }}
files: bin/*
generate_release_notes: true
body: |
Release assets are ready.
Final curated release notes should be applied with `gh release edit` after workflow verification.
generate_release_notes: false
draft: false
prerelease: false