Skip to content

Commit debeb6f

Browse files
committed
[GHA] Re-enable VSCode marketplace publishing
1 parent 05b5e9f commit debeb6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
id: download-release
3636
run: |
3737
wget $DOWNLOAD_URL_ROOT/$URL_PATH/$VSIX_FILE
38-
# - name: Publish to VSCode Marketplace
39-
# id: publish-vsce
40-
# run: |
41-
# npm install --global @vscode/vsce
42-
# vsce publish -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath $VSIX_FILE
38+
- name: Publish to VSCode Marketplace
39+
id: publish-vsce
40+
run: |
41+
npm install --global @vscode/vsce
42+
vsce publish -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath $VSIX_FILE
4343
- name: Publish to Eclipse Open VSX
4444
id: publish-ovsx
4545
run: |

0 commit comments

Comments
 (0)