From 285e75876b970ef4528c3da6cd2fcf69ec5dac41 Mon Sep 17 00:00:00 2001 From: Jakub007d Date: Tue, 25 Nov 2025 16:38:47 +0100 Subject: [PATCH] fix: removing registry-url: 'https://registry.npmjs.org' from release --- .github/workflows/release.yml | 4 ---- packages/ant-component-mapper/README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91caa65ae..8010ea359 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: with: node-version: '20' cache: 'npm' - registry-url: 'https://registry.npmjs.org' - - name: Install dependencies run: npm ci @@ -41,13 +39,11 @@ jobs: - name: 🚀 Run Nx Release run: | - echo "registry=https://registry.npmjs.org/" >> .npmrc git config --global user.email "${{ secrets.RELEASE_EMAIL }}" git config --global user.name "${{ secrets.RELEASE_USERNAME }}" npx nx release -y env: - # NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} NPM_CONFIG_PROVENANCE: true npm_config_legacy_peer_deps: false diff --git a/packages/ant-component-mapper/README.md b/packages/ant-component-mapper/README.md index fd372a829..e3271de73 100644 --- a/packages/ant-component-mapper/README.md +++ b/packages/ant-component-mapper/README.md @@ -104,4 +104,4 @@ We welcome any community contribution. Don't be afraid to report bug or to creat ### LICENSE -Apache License 2.0 +Apache License 2.0 \ No newline at end of file