Skip to content

Commit e324f72

Browse files
committed
Publish public
1 parent 7a31dd1 commit e324f72

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
@@ -45,6 +45,6 @@ jobs:
4545
node --input-type=module -e "import * as mod from './dist/index.mjs'; console.log(typeof mod.sql === 'function')" # Test ESM
4646
4747
- name: Publish to NPM
48-
run: npm publish
48+
run: npm publish --access public
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)