Skip to content

Commit e8b3ad5

Browse files
committed
modified: .github/workflows/release.yml
1 parent 192819b commit e8b3ad5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: oven-sh/setup-bun@v2
14+
- uses: actions/setup-node@v4
1515
with:
16-
bun-version: latest
16+
node-version: latest
1717
registry-url: "https://registry.npmjs.org"
1818
scope: "@vues3"
19+
- uses: oven-sh/setup-bun@v2
20+
with:
21+
bun-version: latest
22+
# registry-url: "https://registry.npmjs.org"
23+
# scope: "@vues3"
1924
- run: bun install
2025
- run: bun run build
2126
# - run: bun publish --access public
2227
# env:
2328
# BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
- uses: actions/setup-node@v4
25-
with:
26-
node-version: latest
27-
registry-url: "https://registry.npmjs.org"
28-
scope: "@vues3"
2929
- run: npm publish --provenance --access public
3030
env:
3131
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)