diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebf8532..73d9762 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,13 +35,7 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" npm version patch - - - name: Commit changes - if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }} - run: | - git add * - git commit -am "Bump version to $NPM_NEWER_VERSION" - + - name: Push changes if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }} env: