Skip to content

Commit f5de6f0

Browse files
authored
Update publish.yml
1 parent 4e2c6f2 commit f5de6f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
uses: actions/[email protected]
1616
with:
1717
node-version: '12.x'
18-
registry-url: 'https://npm.pkg.github.com'
19-
scope: '@babylonjs'
18+
registry-url: 'https://registry.npmjs.org'
19+
scope: '@ryantrem'
2020
- name: Version & Publish Package
2121
run: |
2222
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
2323
npm publish
2424
working-directory: ./Apps/Playground/node_modules/@babylonjs/react-native
2525
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)