We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71c8e5 commit 5f0b555Copy full SHA for 5f0b555
.github/workflows/publish-release.yaml
@@ -36,6 +36,6 @@ jobs:
36
- name: Publish to marketplace
37
run: |
38
echo "Publishing ${VSIX_PATH} to marketplace"
39
- # npx vsce publish --packagePath ${VSIX_PATH}
+ npx vsce publish --packagePath ${VSIX_PATH}
40
env:
41
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments