When running the action within github, I get this error:
🦋 info npm info @stacks/ui
🦋 info npm info @stacks/ui-core
🦋 info npm info @stacks/ui-theme
🦋 info npm info @stacks/ui-utils
error parsing json:
🦋 error SyntaxError: Unexpected end of JSON input
🦋 error at JSON.parse (<anonymous>)
🦋 error at jsonParse (/home/runner/work/ui/ui/node_modules/@changesets/cli/dist/cli.cjs.dev.js:557:17)
🦋 error at /home/runner/work/ui/ui/node_modules/@changesets/cli/dist/cli.cjs.dev.js:628:12
🦋 error at processTicksAndRejections (node:internal/process/task_queues:93:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: The process '/usr/bin/yarn' failed with exit code 1
Error: The process '/usr/bin/yarn' failed with exit code 1
which is revealed to be this error when testing locally:
error an error occurred while publishing @stacks/ui-core: E402 402 Payment Required - PUT https://registry.npmjs.org/@stacks%2fui-core - You must sign up for private packages
I'm not actually sure why it fails, because publishing that package by itself works fine.
It would be great if this error could be exposed more clearly from within the github actions UI.
Thanks for your work on this!
When running the action within github, I get this error:
which is revealed to be this error when testing locally:
I'm not actually sure why it fails, because publishing that package by itself works fine.
It would be great if this error could be exposed more clearly from within the github actions UI.
Thanks for your work on this!