File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - name : Checkout
19- - uses : actions/checkout@v2
19+ uses : actions/checkout@v2
2020 - name : Install Node.js
21- - uses : actions/setup-node@v1
21+ uses : actions/setup-node@v1
2222 with :
2323 node-version : " 10.x"
2424 - run : yarn
2929 with :
3030 run : yarn test
3131 - name : Prepare release
32- - run : yarn compile
32+ run : yarn compile
3333 - run : npx github-release-from-changelog
3434 - name : Publish
35- - run : npx vsce publish -p $PUBLISHER_TOKEN
35+ run : npx vsce publish -p $PUBLISHER_TOKEN
Original file line number Diff line number Diff line change 1+ ## <small >1.1.6 (2020-02-19)</small >
2+
3+
4+
5+
16## <small >1.1.5 (2020-02-19)</small >
27
8+ * v1.1.5 ([ 5143e44] ( https://github.com/CodersAKL/react-toolkit/commit/5143e44 ) )
39* fix(pipeline): fix CI ([ 5c0261d] ( https://github.com/CodersAKL/react-toolkit/commit/5c0261d ) )
410
511
Original file line number Diff line number Diff line change 22 "name" : " react-toolkit" ,
33 "displayName" : " react-toolkit" ,
44 "description" : " Useful tools for react developers" ,
5- "version" : " 1.1.5 " ,
5+ "version" : " 1.1.6 " ,
66 "icon" : " assets/logo.png" ,
77 "license" : " MIT" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments