Skip to content

Commit 6ae43b8

Browse files
committed
fix node releae
1 parent 2f7cfcf commit 6ae43b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7070
run: |
7171
cd nodejs-api
72-
npm publish
72+
npm publish --access public
7373
7474
build-rust-binaries:
7575
name: Build Rust CLI - ${{ matrix.target }}

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ git push origin py-0.1.0
193193
# Update version in nodejs-api/package.json first
194194
cd nodejs-api
195195
npm run build
196-
npm publish
196+
npm publish --access public # Required for scoped packages (@vectorize-io/iris)
197197

198198
# Create and push tag
199199
git tag node-0.2.0

0 commit comments

Comments
 (0)