File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
packages/ant-component-mapper Expand file tree Collapse file tree 2 files changed +2
-10
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
4038 run : npx nx affected --target=build --parallel=3
4139
4240 - name : 🚀 Run Nx Release
43- run : |
44- echo "registry=https://registry.npmjs.org/" >> .npmrc
45- git config --global user.email "${{ secrets.RELEASE_EMAIL }}"
46- git config --global user.name "${{ secrets.RELEASE_USERNAME }}"
47-
48- npx nx release -y
41+ run : npx nx release -y
4942 env :
50- # NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
5143 GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
5244 NPM_CONFIG_PROVENANCE : true
5345 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