We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67934 commit 9aedbfeCopy full SHA for 9aedbfe
1 file changed
.github/workflows/vscode-marketplace.yml
@@ -28,6 +28,4 @@ jobs:
28
29
- name: release to VSCode marketplace
30
run: |
31
- vsce publish --packagePath *.vsix
32
- env:
33
- VSCE_PAT: ${{ secrets.VSCE_PAT }}
+ vsce publish --pat ${{ secrets.VSCE_PAT }} --packagePath *.vsix
0 commit comments