mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-03-15 09:20:54 -04:00
* fix: pass make_latest when finalizing release The finalizeRelease function was not passing the make_latest parameter when publishing a release (setting draft: false). According to the GitHub API, make_latest defaults to `true` for newly published releases, so `make_latest: false` was being ignored. Ref: https://github.com/octokit/openapi-types.ts/blob/main/packages/openapi-types/types.d.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: rebuild bundle after make_latest rebase Signed-off-by: Rui Chen <rui@chenrui.dev> --------- Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Rui Chen <rui@chenrui.dev>