wistia/Publish branch to npm
Publish a pre-release version of an npm package to the registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub authorization token | yes | — |
| npm_token | npm authorization token | yes | — |
| commit_hash | SHA-1 hash of the commit to publish | yes | ${{ github.event.pull_request.head.sha }} |
| workspace | Can be used to specify a workspace to publish (ie. @organization/workspace) | no | "" |
| dry_run | If true, will run action normally except it will not publish anything to npm | no | false |
| working_directory | The directory to run commands in (ie. the root directory of the package/s) | no | . |
Outputs
no outputs