mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
chore: 🔄 Sync npm package to github registry (#25084)
This commit is contained in:
parent
e22cb6ae5f
commit
5f34b56772
13
.github/workflows/sync.yml
vendored
Normal file
13
.github/workflows/sync.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: 🔄 Sync packages
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
sync_packages:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Sync packages
|
||||
uses: LexSwed/npm-package-sync
|
||||
with:
|
||||
registry-to: 'https://npm.pkg.github.com'
|
||||
token-to: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user