File tree Expand file tree Collapse file tree 5 files changed +11029
-8134
lines changed Expand file tree Collapse file tree 5 files changed +11029
-8134
lines changed Original file line number Diff line number Diff line change 1
1
name : publish-npm-manual
2
- on :
2
+ on :
3
3
workflow_dispatch :
4
4
inputs :
5
5
logLevel :
8
8
default : ' warning'
9
9
type : choice
10
10
options :
11
- - info
12
- - warning
13
- - debug
11
+ - info
12
+ - warning
13
+ - debug
14
14
tags :
15
15
description : ' manual publish'
16
16
required : false
@@ -20,14 +20,14 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : main
26
26
- name : Set up Python 3.7
27
- uses : actions/setup-python@v1
27
+ uses : actions/setup-python@v4
28
28
with :
29
29
python-version : 3.7
30
- - uses : actions/setup-node@v1
30
+ - uses : actions/setup-node@v4
31
31
env :
32
32
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
33
33
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v4
12
12
with :
13
13
ref : main
14
14
- name : Set up Python 3.7
15
- uses : actions/setup-python@v1
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : 3.7
18
- - uses : actions/setup-node@v1
18
+ - uses : actions/setup-node@v4
19
19
env :
20
20
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
21
21
with :
You can’t perform that action at this time.
0 commit comments