Skip to content

Commit

Permalink
add npm version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Apr 11, 2022
1 parent 103d418 commit b0e2d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: version-changelog-commit
working-directory: ./packages/react-babylonjs
run: |
npm version ${{ github.event.inputs.npmVersion }} -m "release %s :package:${{ github.event.inputs.comment }}"
npm version ${{ github.event.inputs.npmVersion }} -m "release %s :package:${{ github.event.inputs.comment }}" --git-tag-version
git push --follow-tags
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')
sleep 1m
Expand Down

0 comments on commit b0e2d79

Please sign in to comment.