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
To publish new versions to the Github package registry, follow [this guide here](https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages).
322
-
323
-
Basically, do this:
324
-
325
-
* create a personal token for Github
326
-
* create `~/.npmrc` with this content: `//npm.pkg.github.com/:_authToken=TOKEN`
327
-
* login with this command: `npm login --registry=https://npm.pkg.github.com`
0 commit comments