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 a3fb83d commit 392173aCopy full SHA for 392173a
.github/workflows/publish.yml
@@ -34,10 +34,13 @@ jobs:
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
+ - name: Build Package (temp)
+ run: npm pack
41
working-directory: ./Package/Assembled
42
- env:
43
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# - name: Version & Publish Package
+# run: |
+# npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
+# npm publish
44
+# working-directory: ./Package/Assembled
45
+# env:
46
+# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments