luxass/Publish Visual Studio Code Extension

An action to publish Visual Studio Code Extension to Open VSX Registry or Visual Studio Marketplace

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe token to use for authentication.yes
registryThe registry to publish to. (URL's are supported, but also the values 'open-vsx' and 'vs-marketplace' are supported.)yesvs-marketplace
extension-pathPath to VSIX File or path the extension you want to publish.no./
debugShow debug information. (This is not the same as enabling debug logging for the workflow rerun)nofalse
dry-runDo not publish the extension, but show the information that would be sent to the registry.nofalse
pre-releaseMark the extension as pre-release extension.nofalse
managerThe package manager to use. (we automatically detect the package manager if you don't specify it)no
fail-silentlyDo not fail if the extension is already published.nofalse
targetsTarget architecture(s) the extension should run on. (Comma separated list)no
base-content-urlPrepend all relative links in README.md with this URL.no
base-images-urlPrepend all relative image links in README.md with this URL.no
namedescription
vsixThe path to the VSIX file.
successWhether the action was successful.