npm-publish icon indicating copy to clipboard operation
npm-publish copied to clipboard

GitHub Action to publish to NPM

Results 32 npm-publish issues
Sort by recently updated
recently updated
newest added

The signature of `npm publish` command allows to define the folder used as root: ```bash npm publish [|] [--tag ] [--access ] [--dry-run] ``` Is it possible to configure ``...

Fixes https://github.com/JS-DevTools/npm-publish/issues/15 Basically, after the "publishing" process is finished, we restore the .npmrc with the previous data. Maybe it also makes sense adding a .prettierc to the package so that...

When setting the `registry` parameter to a value. I expect that this value will be used during publication. Unfortunately, this doesn't happen, a default value is always used. I've set...

I tried to get this working with no success with auth issues: ` npm ERR! 401 Unauthorized - GET https://.bytesafe.dev/r/npm/@%2f - Access Denied` I require the step **Setup NPMrc for...

EDIT: for now I'm going to continue working on the project, the repo at the time of writing is at [this commit](https://github.com/willsterjohnson/just-checkit/tree/fe1b4bf45ffb2195b5a57702965e77ce91ade269) ## Context [NPM package](https://www.npmjs.com/package/just-checkit) | [GitHub repo](https://github.com/willsterjohnson/just-checkit/) |...

According to the [readme](https://github.com/JS-DevTools/npm-publish#input-parameters) I can pass a boolean `greater-version-only`, which ensures that if the latest version is, for example, 1.2.5, I cannot publish 1.2.4, even if 1.2.4 has never...

Closes #49 Switched to https://requires.io/ service – **you would need to register previous to being able to use this badge.**

In the [docs for Github Actions ](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun)`working-directory` is specified as a default which can be configured on a whole workflow. This means that every action, ultimately, should respect the `working-directory`...