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 2f7cfcf commit 6ae43b8Copy full SHA for 6ae43b8
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70
run: |
71
cd nodejs-api
72
- npm publish
+ npm publish --access public
73
74
build-rust-binaries:
75
name: Build Rust CLI - ${{ matrix.target }}
RELEASE.md
@@ -193,7 +193,7 @@ git push origin py-0.1.0
193
# Update version in nodejs-api/package.json first
194
195
npm run build
196
-npm publish
+npm publish --access public # Required for scoped packages (@vectorize-io/iris)
197
198
# Create and push tag
199
git tag node-0.2.0
0 commit comments