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 }}