Skip to content

Commit c68243f

Browse files
committed
modified: .github/workflows/release.yml
1 parent 60df17f commit c68243f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
scope: "@vues3"
1919
- run: bun install
2020
- run: bun run build
21-
- run: bun publish --access public
21+
# - run: bun publish --access public
22+
# env:
23+
# 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"
29+
- run: npm publish --provenance --access public
2230
env:
2331
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)