File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 5
5
types : [created]
6
6
7
7
jobs :
8
- build :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v1
13
- with :
14
- node-version : 12
15
- - name : yarn install, build, and test
16
- run : |
17
- yarn install
18
- yarn build
19
- yarn test
20
- env :
21
- CI : true
22
-
23
8
publish-npm :
24
- needs : build
25
9
runs-on : ubuntu-latest
26
10
steps :
27
11
- uses : actions/checkout@v2
31
15
registry-url : https://registry.npmjs.org/
32
16
- run : yarn
33
17
- run : yarn build
34
- - run : npm publish
18
+ - run : yarn test
19
+ - run : yarn run publish
35
20
env :
36
21
NODE_AUTH_TOKEN : ${{secrets.NPM_AUTH_TOKEN}}
22
+ CI : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " installation" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
4
4
"description" : " An installation template tool" ,
5
5
"keywords" : [
6
6
" project generator"
You can’t perform that action at this time.
0 commit comments