Skip to content

Commit e11e02e

Browse files
Use --access=public when publish
1 parent 662542e commit e11e02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
npm --no-git-tag-version --allow-same-version version $VERSION
5959
npm pack
6060
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
61-
npm publish farjs-better-sqlite3-wrapper-${VERSION}.tgz
61+
npm publish --access=public farjs-better-sqlite3-wrapper-${VERSION}.tgz
6262
if: ${{ env.TAG_NAME != '' }}
6363
env:
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)