sunlxy/npm publish for github action

Upload all packages in the folder to the npm repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
workspaces目录no
tokenThe NPM access token to use when publishingyes
registryThe NPM registry URL to usenohttps://registry.npmjs.org/
packageThe path of your package.json fileno
tagThe tag to publish to. This allows people to install the package using "npm install <package-name>@<tag>".no
accessDetermines whether the published package should be publicly visible, or restricted to members of your NPM organization. This only applies to scoped packages.no
dry-runIf true, run with the --dry-run flagnofalse
check-versionOnly publish if the version in package.json differs from the latest on NPMnotrue
namedescription
typeThe type of version change that occurred ("none", "major", "minor", "patch", etc.)
versionThe version that was published
old-versionThe version number that was previously published to NPM