Changesets for fp-core
Hi @Andarist trying to setup publishing for https://github.com/fp-ts/core and getting:
What could it be?
> changeset publish
🦋 info npm info @fp-ts/core
🦋 warn Received 404 for npm info "@fp-ts/core"
🦋 info @fp-ts/core is being published because our local version (0.0.1) has not been published on npm
🦋 info Publishing "@fp-ts/core" at "0.0.1"
🦋 error
🦋 error packages failed to publish:
🦋 @fp-ts/core@0.0.1
ELIFECYCLE Command failed with exit code 1.
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
at m._setResult (/home/runner/work/_actions/changesets/action/v1/dist/index.js:102:7258)
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
at m.CheckComplete (/home/runner/work/_actions/changesets/action/v1/dist/index.js:102:6686)
at ChildProcess.<anonymous> (/home/runner/work/_actions/changesets/action/v1/dist/index.js:102:5723)
at ChildProcess.emit (events.js:314:20)
at maybeClose (internal/child_process.js:1022:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)> changeset publish
🦋 info npm info @fp-ts/core
🦋 warn Received 404 for npm info "@fp-ts/core"
🦋 info @fp-ts/core is being published because our local version (0.0.1) has not been published on npm
🦋 info Publishing "@fp-ts/core" at "0.0.1"
🦋 error
🦋 error packages failed to publish:
🦋 @fp-ts/core@0.0.1
ELIFECYCLE Command failed with exit code 1.
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
at m._setResult (/home/runner/work/_actions/changesets/action/v1/dist/index.js:102:7258)
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
at m.CheckComplete (/home/runner/work/_actions/changesets/action/v1/dist/index.js:102:6686)
at ChildProcess.<anonymous> (/home/runner/work/_actions/changesets/action/v1/dist/index.js:102:5723)
at ChildProcess.emit (events.js:314:20)
at maybeClose (internal/child_process.js:1022:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)What could it be?
