Skip to content

Commit c9c9d06

Browse files
author
ashenBlade
committed
ci: remove unneeded steps
1 parent 1423649 commit c9c9d06

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/new-release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,9 @@ jobs:
2424
cache: 'npm'
2525
- name: Install vsce
2626
run: npm install '@vscode/vsce' --save-dev
27-
- name: Login VSCE
28-
env:
29-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
30-
run: npx vsce login ${{ secrets.VSCE_PUBLISHER }}
31-
- name: Verify publish access rights
32-
env:
33-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
34-
run: vsce verify-pat
3527
- name: Publish package
28+
env:
29+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
3630
run: npm run deploy
3731

3832

0 commit comments

Comments
 (0)