Added proper version bumping
This commit is contained in:
parent
fac1f59b3b
commit
a459f2ec04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
echo "::set-output name=bump_type::$bump_type"
|
||||
- name: npm version bump
|
||||
run: |
|
||||
npm version --${{ steps.version-bump.outputs.bump_type }}
|
||||
npm version ${{ steps.version-bump.outputs.bump_type }} ---no-commit-hooks --no-git-tag-version
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
with:
|
||||
|
|
|
|||
Reference in a new issue