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 945921a commit ac646b7Copy full SHA for ac646b7
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Version & Publish Package
21
run: |
22
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
23
- npm publish
+ npm publish --access public
24
working-directory: ./Apps/Playground/node_modules/@babylonjs/react-native
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments