From d905b6a7db837845115a497c315e60c8eac3404d Mon Sep 17 00:00:00 2001 From: esteinig Date: Sat, 10 Feb 2024 12:27:31 +1100 Subject: [PATCH] ci(action): patch coco commit flow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61637e5..5b6e468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,9 @@ jobs: - name: Auto bump version and commit run: | cog bump --auto + git status + git add . + cog commit release "Release ${{ steps.release.outputs.version }}" brick git push origin "bot/release-${{ steps.release.outputs.version }}" - name: Create Pull Request