We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b82062 commit 720e62cCopy full SHA for 720e62c
.github/workflows/npm.yaml
@@ -7,17 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- 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'
15
- uses: oven-sh/setup-bun@v1
16
with:
17
bun-version: latest
18
- run: bun i
19
- run: bun run dist
20
- - run: npm publish
+ - run: bun publish
21
working-directory: dist
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments