publish bun packages #20752
Unanswered
sdoshibitgo
asked this question in
Q&A
Replies: 1 comment
-
|
Hey! I ran into a similar issue before — What worked for me was adding this to the root //registry.npmjs.org/:_authToken=${NPM_CONFIG_TOKEN}Also, make sure this file is present and picked up in your CI environment before the publish step runs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using semantic release for versioning so with it were using npm plugin for publish. But npm publish fails as it does not understand bun related features such as
catalogsandworkspaces. So we removed npm plugin and tried to use semanti-release/exec to run bun publish. But bun publish is failing with403.We are passingNPM_CONFIG_TOKENas env in CI so not sure what is the issue. The token works for npm publish.Beta Was this translation helpful? Give feedback.
All reactions