luxass/Publish Visual Studio Code Extension
An action to publish Visual Studio Code Extension to Open VSX Registry or Visual Studio Marketplace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to use for authentication. | yes | — |
| registry | The registry to publish to. (URL's are supported, but also the values 'open-vsx' and 'vs-marketplace' are supported.) | yes | vs-marketplace |
| extension-path | Path to VSIX File or path the extension you want to publish. | no | ./ |
| debug | Show debug information. (This is not the same as enabling debug logging for the workflow rerun) | no | false |
| dry-run | Do not publish the extension, but show the information that would be sent to the registry. | no | false |
| pre-release | Mark the extension as pre-release extension. | no | false |
| manager | The package manager to use. (we automatically detect the package manager if you don't specify it) | no | — |
| fail-silently | Do not fail if the extension is already published. | no | false |
| targets | Target architecture(s) the extension should run on. (Comma separated list) | no | — |
| base-content-url | Prepend all relative links in README.md with this URL. | no | — |
| base-images-url | Prepend all relative image links in README.md with this URL. | no | — |
Outputs
| name | description |
|---|---|
| vsix | The path to the VSIX file. |
| success | Whether the action was successful. |