diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 5da2d0491..cf2bc998b 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -22,7 +22,7 @@ jobs: - run: | npm version ${{ inputs.version }} --no-git-tag-version git add package.json package-lock.json - git commit -m "Bump version to ${{ inputs.version }}" + git commit -m "Bump version to ${{ inputs.version }} [skip ci]" git tag "v${{ inputs.version }}" git push --follow-tags env: