File tree Expand file tree Collapse file tree 3 files changed +877
-994
lines changed
Expand file tree Collapse file tree 3 files changed +877
-994
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ jobs:
1414 - name : Setup node
1515 uses : actions/setup-node@v1
1616 with :
17- node-version : ' 14 '
17+ node-version : ' 16.13.0 '
1818 - name : Restore npm packages
19- run : npm install
19+ run : npm ci
2020 - name : Install Angular
2121 run : npm install -g @angular/cli
2222 - name : Build package
2323 run : npm run build:lib
2424 - name : Publish if version has been updated
2525 if : github.ref == 'refs/heads/master'
2626 uses : pascalgn/npm-publish-action@1.3.9
27- with :
27+ with :
2828 tag_name : " v%s"
2929 tag_message : " v%s"
3030 create_tag : " true"
3131 commit_pattern : " ^chore\\ (release\\ ): (\\ S+)"
3232 workspace : " ./@packaged/angular-star-rating"
3333 publish_command : " yarn"
3434 publish_args : " --non-interactive"
35- env :
36- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37- NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
35+ env :
36+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37+ NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3838
You can’t perform that action at this time.
0 commit comments