File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- on : push
21name : " Release Vscode Plugin"
2+ on :
3+ push :
4+ branches :
5+ - master
6+ tags :
7+ - v*
38jobs :
49 npmInstall :
510 name : npm install
611 runs-on : ubuntu-latest
712 steps :
8- - uses : actions/checkout@master
913 - uses : actions/checkout@v2
1014 - uses : actions/setup-node@v1
1115 with :
12- node-version : 12
13- - run : yarn
16+ node-version : " 10.x "
17+ - run : yarn install
1418 - run : yarn lint
1519 - run : yarn compile
16- - name : Master
17- uses : actions/bin/filter@master
18- with :
19- args : branch master
20- - name : Vscode release plugin
21- uses : JCofman/vscodeaction@master
20+ name : Release plugin
21+ steps :
22+ - uses : JCofman/vscodeaction@master
2223 env :
2324 PUBLISHER_TOKEN : ${{ secrets.PUBLISHER_TOKEN }}
2425 with :
Original file line number Diff line number Diff line change 1- # react-toolkit
1+ # react-toolkit ![ react-toolkit ] ( https://github.com/CodersAKL/react-toolkit/workflows/Release%20Vscode%20Plugin/badge.png )
22
33This is VsCode plugin suppose to help developers convert their project to typescript.
44
You can’t perform that action at this time.
0 commit comments