Skip to content

Commit ac646b7

Browse files
authored
Update publish.yml
1 parent 945921a commit ac646b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Version & Publish Package
2121
run: |
2222
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
23-
npm publish
23+
npm publish --access public
2424
working-directory: ./Apps/Playground/node_modules/@babylonjs/react-native
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)