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 13fd635 commit 5e1116aCopy full SHA for 5e1116a
.github/workflows/release.yaml
@@ -183,8 +183,8 @@ jobs:
183
- name: Release Npm Packages
184
run: |
185
rm -rf node_modules package.json pnpm pnpm-lock.yaml
186
- cd npm-wasm && pnpm publish --no-git-checks && cd..
187
- cd npm-rtbot && pnpm publish --no-git-checks
+ cd npm-wasm && pnpm publish --no-git-checks --access=public && cd..
+ cd npm-rtbot && pnpm publish --no-git-checks --access=public
188
env:
189
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
190
0 commit comments