mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
fix: sync
This commit is contained in:
8
.github/workflows/build_release.yml
vendored
8
.github/workflows/build_release.yml
vendored
@@ -78,4 +78,10 @@ jobs:
|
||||
|
||||
- name: sync npmmirror
|
||||
if: ${{ steps.commit.outcome == 'success' }}
|
||||
run: curl -X PUT 'https://registry-direct.npmmirror.com/AIsouler/GKD_subscription/sync'
|
||||
run: curl -X PUT 'https://registry-direct.npmmirror.com/@aisouler/gkd_subscription/sync'
|
||||
|
||||
- name: sync jsDelivr
|
||||
if: ${{ steps.commit.outcome == 'success' }}
|
||||
run: |
|
||||
curl -X PUT 'https://purge.jsdelivr.net/gh/AIsouler/GKD_subscription@main/dist/AIsouler_gkd.json5'
|
||||
curl -X PUT 'https://purge.jsdelivr.net/gh/AIsouler/GKD_subscription@main/dist/AIsouler_gkd.version.json5'
|
||||
|
||||
Reference in New Issue
Block a user