mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
14 lines
312 B
YAML
14 lines
312 B
YAML
name: 🔄 Sync packages
|
|
on:
|
|
release:
|
|
types: [published]
|
|
jobs:
|
|
sync_packages:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Sync packages
|
|
uses: LexSwed/npm-package-sync@master
|
|
with:
|
|
registry-to: 'https://npm.pkg.github.com'
|
|
token-to: ${{ secrets.GITHUB_TOKEN }}
|