chore: 🔄 Sync npm package to github registry (#25084)

This commit is contained in:
偏右 2020-06-18 16:10:41 +08:00 committed by GitHub
parent e22cb6ae5f
commit 5f34b56772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/sync.yml vendored Normal file
View 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 }}