typefox/Publish updated packages

Publish npm packages and VS Code extensions when the local version is newer than what is already published.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
npm-packagesNewline-separated package directories to publish to npm.no""
vscode-packagesNewline-separated extension directories to publish to VS Marketplace and Open VSX.no""
dry-runLog what would be published without actually publishing.nofalse
npm-tagConsider a tag other than latest (default) when comparing versions for npm packages.nolatest
npm-tokennpm auth token. Leave empty to use OIDC trusted publishing with --provenance.no""
vsce-tokenVS Marketplace (vsce) personal access token.no""
ovsx-tokenOpen VSX (ovsx) personal access token.no""
vsce-versionVersion of the vsce CLI to use. "provided" (default, recommended) runs the version installed in the project's devDependencies and fails if none is present. Any other value (e.g. "1.2.3" or "latest") is fetched on demand via npx at your own risk.noprovided
ovsx-versionVersion of the ovsx CLI to use. "provided" (default, recommended) runs the version installed in the project's devDependencies and fails if none is present. Any other value (e.g. "1.2.3" or "latest") is fetched on demand via npx at your own risk.noprovided
verboseEnable verbose logging where possible.nofalse

no outputs