We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662542e commit e11e02eCopy full SHA for e11e02e
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
npm --no-git-tag-version --allow-same-version version $VERSION
59
npm pack
60
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
61
- npm publish farjs-better-sqlite3-wrapper-${VERSION}.tgz
+ npm publish --access=public farjs-better-sqlite3-wrapper-${VERSION}.tgz
62
if: ${{ env.TAG_NAME != '' }}
63
env:
64
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments