From 92e4808b45ce38992e30eb761daa6294d79fd7ec Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 21 Sep 2022 09:44:10 -0400 Subject: [PATCH] Fix release workflow to commit to the right branch Signed-off-by: Timothy Johnson --- .github/workflows/dev-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-release.yaml b/.github/workflows/dev-release.yaml index 28d1f541..9202128e 100644 --- a/.github/workflows/dev-release.yaml +++ b/.github/workflows/dev-release.yaml @@ -54,6 +54,7 @@ jobs: - name: Commit version update uses: stefanzweifel/git-auto-commit-action@v4 with: + branch: next commit_message: 'Bump version to ${{ steps.update-version.outputs.version }} [ci skip]' commit_options: '--signoff' commit_user_name: ${{ secrets.ZOWE_ROBOT_USER }}