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