metamask/Publish to npm
Publish the release to npm
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| npm-token | The token used for npm publishing. Only used for the initial publish of a package, to allow for OIDC to be set up for subsequent publishes. If not provided, the action will attempt to use OIDC for authentication. | no | — |
| npm-tag | The npm tag to publish to. Defaults to "latest". | no | latest |
| staged-publish | Whether to use staged publishing. Defaults to "true". If set to "false", the action will publish directly to NPM without a staging step. | no | true |
| provenance | Whether to include provenance information in the package. Must be disabled for private repositories. Defaults to "true". | no | true |
| slack-webhook-url | Slack Webhook URL | no | — |
| icon-url | Url to the avatar used for the bot in Slack | no | https://raw.githubusercontent.com/MetaMask/action-npm-publish/main/robo.png |
| username | The name of the bot as it appears on Slack | no | MetaMask bot |
| subteam | Use this if you want to ping a subteam of individuals on Slack using @ | no | — |
| channel | The Slack channel to post in | no | — |
| dry-run | Enables dry run mode, which prepares the package for publishing but does not publish it | no | — |
Outputs
no outputs