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 4e2c6f2 commit f5de6f0Copy full SHA for f5de6f0
.github/workflows/publish.yml
@@ -15,12 +15,12 @@ jobs:
15
uses: actions/[email protected]
16
with:
17
node-version: '12.x'
18
- registry-url: 'https://npm.pkg.github.com'
19
- scope: '@babylonjs'
+ registry-url: 'https://registry.npmjs.org'
+ scope: '@ryantrem'
20
- name: Version & Publish Package
21
run: |
22
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
23
npm publish
24
working-directory: ./Apps/Playground/node_modules/@babylonjs/react-native
25
env:
26
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments