Skip to content

Commit

Permalink
[GHA] Re-enable VSCode marketplace publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Oct 17, 2024
1 parent 05b5e9f commit debeb6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
id: download-release
run: |
wget $DOWNLOAD_URL_ROOT/$URL_PATH/$VSIX_FILE
# - name: Publish to VSCode Marketplace
# id: publish-vsce
# run: |
# npm install --global @vscode/vsce
# vsce publish -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath $VSIX_FILE
- name: Publish to VSCode Marketplace
id: publish-vsce
run: |
npm install --global @vscode/vsce
vsce publish -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath $VSIX_FILE
- name: Publish to Eclipse Open VSX
id: publish-ovsx
run: |
Expand Down

0 comments on commit debeb6f

Please sign in to comment.