File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
contents : write
12
12
id-token : write
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18
17
+ node-version : 20
18
18
registry-url : ' https://registry.npmjs.org'
19
19
20
20
- run : npm install
33
33
Zip: https://kktjs.github.io/zip/
34
34
EOF
35
35
36
- - run : npm install idoc@1.27.2 -g
36
+ - run : npm install idoc@1 -g
37
37
- run : idoc
38
38
working-directory : core
39
39
87
87
uses : ncipollo/release-action@v1
88
88
if : steps.create_tag.outputs.successful
89
89
with :
90
+ allowUpdates : true
90
91
token : ${{ secrets.GITHUB_TOKEN }}
91
92
name : ${{ steps.changelog.outputs.tag }}
92
93
tag : ${{ steps.changelog.outputs.tag }}
You can’t perform that action at this time.
0 commit comments