scientanl/NPM version publish on github release

Github Action to publish an npm-package for a github release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGithub Actions Token or Personal Access Token (PAT)yes${{ github.token }}
npm-tokenNPM Token or for publishing the packageyes
dry-runDo not change git remote and do not publish to npmno""
push-or-pr-changesDo changes need to be pushed or PR-ed to the tagged branch? [push|pr]nopush
package-jsonDirectory that contains the package.json fileno./package.json
npm-optionsJson configuration options (merged with file configuration and defaults)no{}
github-usernameSet the Github username to use for creating/pushing updates.yes${{ github.actor }}
repository-ownerOwner of the repositoryno
git-user-nameUsername for the version commitno
git-user-emailUser email for the version commitno
pr-titleTitle template for the PR that is published to the tagged branchno
pr-bodyBody template for the PR that is published to the tagged branchno
pr-labelsJson array with labels for the PR that is published to the tagged branchno

no outputs