We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5029c95 commit 8c4c8b9Copy full SHA for 8c4c8b9
.github/workflows/release.yml
@@ -11,23 +11,13 @@ jobs:
11
id-token: write
12
steps:
13
- 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 }}
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 ci
30
- - run: bun run build
+ - run: npm run build
31
- run: npm publish --provenance --access public
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments