Skip to content

Commit 83e70e5

Browse files
authored
Switch back to npmjs.org
1 parent 0ded9fb commit 83e70e5

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)