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