There was an error while loading. Please reload this page.
1 parent 9903fb9 commit 3987a51Copy full SHA for 3987a51
.github/workflows/publish.yml
@@ -17,6 +17,6 @@ jobs:
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
- run: bun install --frozen-lockfile
20
- - run: npm publish --provenance --access public
+ - run: npm publish --access public
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments