Skip to content

Commit 285e758

Browse files
committed
fix: removing registry-url: 'https://registry.npmjs.org' from release
1 parent a846124 commit 285e758

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
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

packages/ant-component-mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)