Skip to content

Commit 5a0c218

Browse files
authored
Update vscode-marketplace.yml
1 parent 2d53816 commit 5a0c218

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/vscode-marketplace.yml

Lines changed: 3 additions & 1 deletion
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)