We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1423649 commit c9c9d06Copy full SHA for c9c9d06
.github/workflows/new-release.yml
@@ -24,15 +24,9 @@ jobs:
24
cache: 'npm'
25
- name: Install vsce
26
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
33
34
- run: vsce verify-pat
35
- name: Publish package
+ env:
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
36
run: npm run deploy
37
38
0 commit comments