You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last time I used release.yml, the GitHub action workflow, the package.json that was published in the mycoder package included pnpm workspace references, e.g. "workspace:*" rather than the correct version number of the workspace sibling package that was being referenced. This is because semantic-release by default uses npm to do the publishing and it doesn't resolve the workspace references to proper versions.
I have found this semantic-release plugin, semantic-release-pnpm, that should address that. More information here: