File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,25 @@ jobs:
10
10
permissions :
11
11
id-token : write
12
12
contents : write
13
+
13
14
runs-on : ubuntu-latest
14
15
steps :
15
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
16
17
with :
17
18
fetch-depth : 0
18
- - uses : actions/setup-node@v4
19
+
20
+ - uses : actions/setup-node@v5
19
21
with :
20
22
node-version : lts/*
21
23
registry-url : https://registry.npmjs.org/
24
+
22
25
- run : npx changelogithub
23
26
env :
24
27
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
25
- - run : npm i -g @antfu/ni
28
+
29
+ - run : npm i -g @antfu/ni npm@latest
26
30
- run : nci
27
31
- run : nr ci:publish
28
- env :
29
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
30
- NPM_CONFIG_PROVENANCE : true
31
32
32
33
- name : Publish to VSCE & OVSX
33
34
run : npm run publish
You can’t perform that action at this time.
0 commit comments