We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b3459 commit d44e12cCopy full SHA for d44e12c
.github/workflows/publish-npm.yml
@@ -7,15 +7,10 @@ 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@v4
12
with:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- - uses: oven-sh/setup-bun@v1
+ - uses: JS-DevTools/npm-publish@v3
16
17
- bun-version: latest
18
- - run: bun install --frozen-lockfile
19
- - run: npm publish
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ token: ${{ secrets.NPM_TOKEN }}
0 commit comments