From 377794a9f4ddd707666b936a04c25fa2fc961f77 Mon Sep 17 00:00:00 2001 From: hiletmis Date: Mon, 5 Feb 2024 15:03:00 +0300 Subject: [PATCH] Update version --- .github/workflows/auto-release.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 2fae160e..05aa0fde 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -43,8 +43,13 @@ jobs: if: steps.check_files.outputs.files_exists == 'true' run: pnpm changeset version - - name: Sleep for 5 seconds - run: sleep 5 + - name: Commit changes + uses: stefanzweifel/git-auto-commit-action@v5 + id: auto-commit-action + if: steps.check_files.outputs.files_exists == 'true' + with: + commit_message: Update version + commit_options: '--no-verify --signoff' - name: Create Release if: steps.check_files.outputs.files_exists == 'true'