bevry-actions/bevry-actions/npm
GitHub Action to publish your project to npm
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| npmAuthToken | Specify the token to authorize the publishing of releases to npm. | yes | — |
| npmBranchTag | If you wish for each new commit to particular branch to be published to a particular npm tag, then specify it like so `branch:tag`, e.g. `main:next`. Omitting the branch like so `:next` will use the default branch. Using `master` as the branch will use the master branch as reported by GitHub. Using `default` as the branch will use the default branch as reported by GitHub. | no | — |
| bevryCDNToken | If you wish to map your npm release to the Bevry CDN, then provide your Bevry CDN token. | no | — |
Outputs
no outputs