File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
packages/ant-component-mapper Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 node-version : ' 20'
2828 cache : ' npm'
29- registry-url : ' https://registry.npmjs.org'
30-
3129 - name : Install dependencies
3230 run : npm ci
3331
@@ -41,13 +39,11 @@ jobs:
4139
4240 - name : 🚀 Run Nx Release
4341 run : |
44- echo "registry=https://registry.npmjs.org/" >> .npmrc
4542 git config --global user.email "${{ secrets.RELEASE_EMAIL }}"
4643 git config --global user.name "${{ secrets.RELEASE_USERNAME }}"
4744
4845 npx nx release -y
4946 env :
50- # NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
5147 GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
5248 NPM_CONFIG_PROVENANCE : true
5349 npm_config_legacy_peer_deps : false
Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ We welcome any community contribution. Don't be afraid to report bug or to creat
104104
105105### LICENSE
106106
107- Apache License 2.0
107+ Apache License 2.0
You can’t perform that action at this time.
0 commit comments