Skip to content

Commit 0b15443

Browse files
committed
Update: Updated CI/CD Script
1 parent 9bc48e7 commit 0b15443

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release-extension.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ jobs:
3636
if: steps.cache-dependencies.outputs.cache-hit != 'true'
3737
run: pnpm install
3838

39+
- name: Install vsce
40+
run: npm i -g @vscode/vsce
41+
3942
- name: Package extension
4043
run: pnpm vscode:prepublish && pnpm vsce:package
4144

42-
- name: Publish to Marketplace
45+
- name: Publish
46+
run: pnpm vsce:deploy
4347
env:
44-
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
45-
run: vsce publish
48+
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)