Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
with:
node-version: '20'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci

Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/ant-component-mapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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