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 cc1bd97 commit a3fb83dCopy full SHA for a3fb83d
.github/workflows/publish.yml
@@ -28,3 +28,16 @@ jobs:
28
- name: Gulp
29
run: npx gulp
30
working-directory: ./Package
31
+ - name: Setup Node.js
32
+ uses: actions/[email protected]
33
+ with:
34
+ node-version: '12.x'
35
+ registry-url: 'https://npm.pkg.github.com'
36
+ scope: '@babylonjs'
37
+ - name: Version & Publish Package
38
+ run: |
39
+ npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
40
+ npm publish
41
+ working-directory: ./Package/Assembled
42
+ env:
43
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments