Skip to content

Commit

Permalink
feat(create-prokit): modify create-prokit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
promonkeyli committed Aug 23, 2024
1 parent e0f7dfc commit dd20c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-prokit-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
working-directory: ./packages/create-prokit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
- run: bun install
- run: bun publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit dd20c2c

Please sign in to comment.