mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
Update build_release.yml
This commit is contained in:
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Publish package
|
- name: Publish package
|
||||||
if: ${{ steps.commit.outcome == 'success' }}
|
if: ${{ steps.commit.outcome == 'success' }}
|
||||||
run: |
|
run: |
|
||||||
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
|
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.GITHUB_TOKEN }}
|
||||||
pnpm publish
|
pnpm publish
|
||||||
|
|
||||||
- name: sync npmmirror
|
- name: sync npmmirror
|
||||||
|
|||||||
Reference in New Issue
Block a user