Skip to content

Commit

Permalink
Merge pull request #6 from promonkeyli/create-prokit
Browse files Browse the repository at this point in the history
ci(create-prokit): modify create-prokit
  • Loading branch information
promonkeyli authored Aug 26, 2024
2 parents 5d93858 + a30174b commit 438b602
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/create-prokit-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
working-directory: ./packages/create-prokit
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
bun-version: latest
- run: npm publish
env:
BUN_AUTH_TOKEN: ${{secrets.npm_token}}
- run: bun install --frozen-lockfile
- run: bun publish
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 官方镜像源
# registry = "https://registry.npmjs.org"
# 淘宝镜像源
# registry = "https://registry.npmmirror.com"
registry = "https://registry.npmmirror.com"

0 comments on commit 438b602

Please sign in to comment.