madskristensen/Publish to Open VSIX Gallery

Uploads a VSIX extension to the Open VSIX Gallery (vsixgallery.com)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 25, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: madskristensen/publish-vsixgallery@c2659f293a9a6ec694859e517765ca0f3ac0e3dc # v1.10.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
vsix-filePath to the .vsix file to uploadyes
gallery-urlBase URL of the Open VSIX Gallery to publish to. Override this if you host your own instance of the gallery. No trailing slash. nohttps://www.vsixgallery.com
readmeURL to a README.md. Defaults to <branch>/README.md in the current repono
manage-tokenOptional manage token. Acts as a password for the extension's /extension/<id>/manage page (delete, etc.). When omitted on the very first upload, the gallery auto-generates one and embeds it in the manage URL printed to the step log and the workflow run summary -- that's your only chance to save it. On subsequent uploads the manage URL no longer contains the token; you'll be prompted for it on the manage page. no

no outputs