File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ github : [antfu]
Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*'
7+
8+ jobs :
9+ release :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v3
13+ with :
14+ fetch-depth : 0
15+ - name : Set node
16+ uses : actions/setup-node@v3
17+ with :
18+ node-version : 16.x
19+
20+ - name : Setup
21+ run : npm i -g @antfu/ni
22+
23+ - name : Install
24+ run : nci
25+
26+ - run : npm start
27+ env :
28+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 3030 "node" : " >=12.0.0"
3131 },
3232 "scripts" : {
33- "lint" : " eslint ."
33+ "lint" : " eslint ." ,
34+ "start" : " node ./src/cli.js"
3435 },
3536 "dependencies" : {
3637 "conventional-changelog" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments