Skip to content

Commit dc67934

Browse files
authored
Update vscode-marketplace.yml
1 parent 314122c commit dc67934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vscode-marketplace.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
2929
- name: release to VSCode marketplace
3030
run: |
31-
vsce publish --pat ${{ secrets.VSCE_PAT }} --packagePath *.vsix
31+
vsce publish --packagePath *.vsix
32+
env:
33+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)