File tree Expand file tree Collapse file tree 4 files changed +370
-386
lines changed Expand file tree Collapse file tree 4 files changed +370
-386
lines changed Original file line number Diff line number Diff line change 1
1
name : Release @doist/eslint-plugin-doist package
2
2
3
3
on :
4
- push :
5
- tags :
6
- - ' v* '
4
+ push :
5
+ tags :
6
+ - " v* "
7
7
8
8
jobs :
9
- publish :
10
- runs-on : ubuntu-latest
11
- timeout-minutes : 60
12
- steps :
13
- - uses : actions/checkout@v4
9
+ publish :
10
+ runs-on : ubuntu-latest
11
+ timeout-minutes : 60
12
+ steps :
13
+ - uses : actions/checkout@v4
14
14
15
- # Publish to GitHub package registry
16
- - uses : actions/setup-node@v1
17
- with :
18
- node-version : 12
19
- registry-url : https://npm.pkg.github.com/
20
- scope : ' @doist'
21
- - run : npm publish
22
- env :
23
- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
15
+ # Publish to GitHub package registry
16
+ - uses : actions/setup-node@v4
17
+ with :
18
+ node-version : 20
19
+ registry-url : https://npm.pkg.github.com/
20
+ scope : " @doist"
21
+ - run : npm publish
22
+ env :
23
+ NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
24
24
25
- # Publish to npm registry
26
- - uses : actions/setup-node@v1
27
- with :
28
- node-version : 12
29
- registry-url : https://registry.npmjs.org/
30
- scope : ' @doist'
31
- - run : npm publish
32
- env :
33
- NODE_AUTH_TOKEN : ${{secrets.NPM_PUBLISH_TOKEN}}
25
+ # Publish to npm registry
26
+ - uses : actions/setup-node@v4
27
+ with :
28
+ node-version : 20
29
+ registry-url : https://registry.npmjs.org/
30
+ scope : " @doist"
31
+ - run : npm publish
32
+ env :
33
+ NODE_AUTH_TOKEN : ${{secrets.NPM_PUBLISH_TOKEN}}
Original file line number Diff line number Diff line change
1
+ v20
You can’t perform that action at this time.
0 commit comments