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.
2 parents a7a811b + 83e70e5 commit 6870a4fCopy full SHA for 6870a4f
.github/workflows/publish.yml
@@ -32,12 +32,12 @@ jobs:
32
uses: actions/[email protected]
33
with:
34
node-version: '12.x'
35
- registry-url: 'https://npm.pkg.github.com'
+ registry-url: 'https://registry.npmjs.org'
36
scope: '@babylonjs'
37
- name: Version & Publish Package
38
run: |
39
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
40
- npm publish
+ npm publish --access public
41
working-directory: ./Package/Assembled
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments