Skip to content

Commit 720e62c

Browse files
committed
use bun to publish
1 parent 1b82062 commit 720e62c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/npm.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@v3
12-
with:
13-
node-version: '21.x'
14-
registry-url: 'https://registry.npmjs.org'
1510
- uses: oven-sh/setup-bun@v1
1611
with:
1712
bun-version: latest
1813
- run: bun i
1914
- run: bun run dist
20-
- run: npm publish
15+
- run: bun publish
2116
working-directory: dist
2217
env:
2318
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)