File tree 3 files changed +4
-11
lines changed
3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Node.js
20
20
uses : actions/setup-node@v3
21
21
with :
22
- node-version : 18
22
+ node-version : 22
23
23
24
24
- name : Install dependencies
25
25
run : npm ci --cache ../.npm --prefer-offline
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
- name : Setup Node.js
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 18
19
+ node-version : 22
20
20
21
21
- name : Install dependencies
22
22
run : npm ci --cache ../.npm --prefer-offline
23
23
24
24
- name : Publish to VSCode Extension Marketplace
25
25
26
26
with :
27
- args : " publish -p $VSCE_PAT "
27
+ args : " publish -p $PUBLISHER_TOKEN "
28
28
env :
29
29
PUBLISHER_TOKEN : ${{ secrets.VSCE_PAT }}
Original file line number Diff line number Diff line change 29
29
- name : Run semantic-release
30
30
env :
31
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
- run : npm run release
33
-
34
- - name : Create GitHub Release
35
- uses : softprops/action-gh-release@v1
36
- with :
37
- files : ' *.vsix'
38
- env :
39
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
+ run : npm run release
You can’t perform that action at this time.
0 commit comments