From 4b52b47f511d5c0d292dd4ecdad5f959a97b12ef Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 3 Oct 2023 05:22:23 -0400 Subject: [PATCH] Automatic version increment: Always checkout deployment branch --- .github/workflows/autocommit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autocommit.yml b/.github/workflows/autocommit.yml index 4cc60ef4a..916516c2c 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/autocommit.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + ref: kube-deploy - name: Update publish version id: update @@ -34,5 +36,3 @@ jobs: add: '.' message: "[ci skip] deploy from ${{ steps.update.outputs.VERSION }}" signoff: true - # specify the branch you want to commit if need - # branch: main