Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantrem authored Jul 8, 2020
1 parent a3fb83d commit 392173a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@babylonjs'
- name: Version & Publish Package
run: |
npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
npm publish
- name: Build Package (temp)
run: npm pack
working-directory: ./Package/Assembled
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Version & Publish Package
# run: |
# npm version --no-git-tag-version ${GITHUB_REF/refs\/tags\//}
# npm publish
# working-directory: ./Package/Assembled
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 392173a

Please sign in to comment.