chlbri/pnpm publish

Publish a package to the npm registry using pnpm with all publish options exposed as inputs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
accessTells the registry whether this package should be published as public or restrictedno""
tagRegisters the published package with the given tagno""
dry-runDoes everything a publish would do except actually publishing to the registrynofalse
publish-branchThe branch from which the package should be publishedno""
filterPublish only packages matching the filterno""
forcePublish the package even if it is already in the registrynofalse
provenanceGenerate provenance data when publishingnofalse
AUTHAuth token used in .npmrc (defaults to ${GITHUB_TOKEN})no
registryPackage registry (npm, github, or full URL)nonpm
namedescription
nameThe name of the package
old-versionThe version of the package before publish
new-versionThe version of the package after publish
releasedWhether the package was released
tagThe tag used for the release
accessThe access level used for the release
dry-runWhether the publish was a dry run