File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 99 publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v1
13- - uses : actions/setup-node@v1
12+ - name : Checkout
13+ uses : actions/checkout@v2
1414 with :
15- node-version : 12
15+ fetch-depth : 0
16+ - name : Setup Node.js
17+ uses : actions/setup-node@v2
18+ with :
19+ node-version : 14
1620 registry-url : https://registry.npmjs.org/
17- - run : npm ci
21+ - name : Install dependencies
22+ run : npm ci
23+ - name : Build
24+ run : npm run build --if-present
1825 - name : Release
1926 env :
2027 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1- {
2- " plugins " : [
3- " @semantic-release/commit-analyzer" ,
4- " @semantic-release/release-notes-generator" ,
5- " @semantic-release/changelog" ,
6- " @semantic-release/npm" ,
7- " @semantic-release/git"
8- ],
9- }
1+ branches :
2+ - name : master
You can’t perform that action at this time.
0 commit comments