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 6aa4695 commit 68f0c58Copy full SHA for 68f0c58
.github/workflows/publish-release.yaml
@@ -39,6 +39,6 @@ jobs:
39
- name: Publish to marketplace
40
run: |
41
echo "Publishing ${VSIX_PATH} to marketplace"
42
- npx vsce publish --packagePath "${VSIX_PATH}"
+ npx vsce publish --packagePath "${VSIX_PATH}" -p ${VSCE_PAT}
43
env:
44
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments