Skip to content

Commit 6870a4f

Browse files
committed
Merge branch 'binary-builds' of https://github.com/BabylonJS/BabylonReactNative into binary-builds
2 parents a7a811b + 83e70e5 commit 6870a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
uses: actions/[email protected]
3333
with:
3434
node-version: '12.x'
35-
registry-url: 'https://npm.pkg.github.com'
35+
registry-url: 'https://registry.npmjs.org'
3636
scope: '@babylonjs'
3737
- name: Version & Publish Package
3838
run: |
3939
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
40-
npm publish
40+
npm publish --access public
4141
working-directory: ./Package/Assembled
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)