trailofbits / vscode-weaudit

Create code bookmarks and code highlights with a click.
https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit
GNU General Public License v3.0
169 stars 16 forks source link

ci: add publishing action #37

Closed fcasal closed 4 months ago

fcasal commented 4 months ago

This PR adds a publishing action that:

  1. builds the vsix from the source code
  2. uploads the vsix to open-vsx marketplace
  3. uploads the vsix to the github release assets

Uploading to vscode's marketplace is currently commented out until we generate the personal access token for that.