diff --git a/.github/workflows/eslint-auto-update.yml b/.github/workflows/eslint-auto-update.yml index 0f4f7e8..f0f786c 100644 --- a/.github/workflows/eslint-auto-update.yml +++ b/.github/workflows/eslint-auto-update.yml @@ -35,6 +35,8 @@ jobs: run: npm ci - name: Lint Fix run: npm run lint-fix + - name: git reset to include the version bumps in the PR + run: git reset HEAD~1 - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v5