Skip to content

Commit

Permalink
Fix commit message in finalize workflow (#34014)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Feb 18, 2025
1 parent f35db72 commit fcb5ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finalize_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ jobs:
- name: Commit and Push to master branch files with Next Version
run: |
git add .asf.yaml
git commit -m "Moving to ${NEXT_VERSION_IN_BASE_BRANCH}-SNAPSHOT on master branch."
git commit -m "Adding ${POST_RELEASE_BRANCH} to protected branches in .asf.yaml"
git push origin ${MASTER_BRANCH}

0 comments on commit fcb5ca6

Please sign in to comment.