Skip to content

Commit 3987a51

Browse files
authored
Update publish.yml
1 parent 9903fb9 commit 3987a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
node-version: '20.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: bun install --frozen-lockfile
20-
- run: npm publish --provenance --access public
20+
- run: npm publish --access public
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)