Skip to content

Commit

Permalink
feat: Uncomment vscode publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasco-jofra committed Aug 27, 2024
1 parent bc6362e commit b41dbce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
with:
name: sarif-explorer

# Uncomment the following lines to also publish the extension on the VSCode Marketplace
# - name: Publish Extension on VSCode's Marketplace
# run: npx vsce publish --pat ${{ secrets.VSCODE_PUBLISHING_TOKEN }} --packagePath sarif-explorer.vsix
- name: Publish Extension on VSCode's Marketplace
run: npx vsce publish --pat ${{ secrets.VSCODE_PUBLISHING_TOKEN }} --packagePath sarif-explorer.vsix

- name: Publish Extension on OpenVSX
run: npx ovsx publish --pat ${{ secrets.OPENVSX_PUBLISHING_TOKEN }} --packagePath sarif-explorer.vsix

0 comments on commit b41dbce

Please sign in to comment.