Skip to content

Commit

Permalink
Merge pull request #140 from zowe/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow to commit to the right branch
  • Loading branch information
t1m0thyj authored Sep 21, 2022
2 parents e8f29ae + 92e4808 commit 1deb854
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 1deb854

Please sign in to comment.