Skip to content

Commit

Permalink
Fix release workflow to commit to the right branch
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Sep 21, 2022
1 parent e8f29ae commit 92e4808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 92e4808

Please sign in to comment.