File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ jobs:
11
11
id-token : write
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : oven-sh /setup-bun@v2
14
+ - uses : actions /setup-node@v4
15
15
with :
16
- bun -version : latest
16
+ node -version : latest
17
17
registry-url : " https://registry.npmjs.org"
18
18
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"
19
24
- run : bun install
20
25
- run : bun run build
21
26
# - run: bun publish --access public
22
27
# env:
23
28
# 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
29
- run : npm publish --provenance --access public
30
30
env :
31
31
BUN_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments