Skip to content

Commit 8c4c8b9

Browse files
committed
modified: .github/workflows/release.yml
1 parent 5029c95 commit 8c4c8b9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,13 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: oven-sh/setup-bun@v2
15-
with:
16-
bun-version: latest
17-
# registry-url: "https://registry.npmjs.org"
18-
# scope: "@vues3"
19-
# - run: bun install
20-
# - run: bun run build
21-
# - run: bun publish --access public
22-
# env:
23-
# BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2414
- uses: actions/setup-node@v4
2515
with:
2616
node-version: latest
2717
registry-url: "https://registry.npmjs.org"
2818
scope: "@vues3"
2919
- run: npm ci
30-
- run: bun run build
20+
- run: npm run build
3121
- run: npm publish --provenance --access public
3222
env:
3323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)