actions-marketplace-validations/release-npm-action
Verifies, builds, versions and documents a plugin release to npm.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| NPM_TOKEN | npm Automation token used to publish package. | yes | — |
| GITHUB_TOKEN | Used to create GitHub release with changelog contents. | no | ${{ github.token }} |
| MANUAL_TRIGGER | Optional release type for manually triggering release workflow. | no | — |
| CHANNEL | The npm dist-tag for the release, default latest. | no | — |
| DRY_RUN | Run action for testing puroposes without publishing anything. | no | — |
| DEBUG | Run semantic-release in debug mode. | no | — |
| FAIL_ON_SKIP | Pass action when release requested but skipped due to no relevant changes. | no | — |
| FOLDER | Folder where the package to release resides. | no | — |
Outputs
| name | description |
|---|---|
| version | Version of the release published. |
| channel | dist-tag where the release was published. |
| tag | Name of the git-tag for the new release. |