Skip to content

Commit bba1e97

Browse files
committed
fix: workflow file
1 parent d06f968 commit bba1e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- run: bun install
2525
- run: bun test
2626
- run: bun run build
27-
- run: npm publish --provenance --access --no-git-checks public
27+
- run: npm publish --provenance --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)