ci(release): install nodejs in the publish job #60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-publish-node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both macOS builds now sign and notarize successfully; the only remaining failure is the
publishjob:publishruns inalpine:3.20and uses the JS actionsdownload-artifact-actionandforgejo-release-action, which requirenode. The bare alpine image doesn't ship it, and theinstall toolsstep didn'tapk addit. Addsnodejsto that install. One line.