diff --git a/.changeset/fix-release-binary-publish.md b/.changeset/fix-release-binary-publish.md new file mode 100644 index 0000000000..2e3953b992 --- /dev/null +++ b/.changeset/fix-release-binary-publish.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Fix release pipeline so binaries and desktop installers publish again. +category: fix +dev: github-release job sparse-checks-out CHANGELOG.md (was missing a checkout, so the release-notes step threw ENOENT and published 0 assets on v0.47.0); desktop esbuild build externalizes @fusion/engine so it no longer tries to bundle node-pty's native .node binaries.