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
My setup with changesets and pnpm is all wrong and I wonder if you could help me.
If I create a changeset locally and then run
pnpmchangesetversionpnpmchangesetpublish
Then everything works as I expect but with my current github actions setup, the workspace:*, dependencies in the package.json files are not getting replace with the actual version numbers.
According to the pnpm docs, the workspace* references are replaced during npm pack or npm publish and I have tested this locally and they are replaced.
Is there any sort of caching or anything that would stop this happening?
The text was updated successfully, but these errors were encountered:
My setup with changesets and pnpm is all wrong and I wonder if you could help me.
If I create a changeset locally and then run
Then everything works as I expect but with my current github actions setup, the
workspace:*
, dependencies in thepackage.json
files are not getting replace with the actual version numbers.Here is my version.yml.
I only have one action for this here.
According to the pnpm docs, the
workspace*
references are replaced duringnpm pack
ornpm publish
and I have tested this locally and they are replaced.Is there any sort of caching or anything that would stop this happening?
The text was updated successfully, but these errors were encountered: