Skip to content

Commit 314122c

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/vscode-marketplace.yml

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

0 commit comments

Comments
 (0)