From 4c1b9bbdd98b4b68f222eda9a1285b91e7a3f125 Mon Sep 17 00:00:00 2001 From: Jiri Lojda Date: Wed, 26 Oct 2022 17:42:29 +0200 Subject: [PATCH] Update release.yml to commit new version to main --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02cc803..5b8766c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,3 +29,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Adjust release version to ${{ steps.get_version.outputs.version-without-v }} + branch: main