Skip to content

Commit f2b45b3

Browse files
committed
fixup! Apply suggestions from code review
1 parent b7595da commit f2b45b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
git switch --create="${branch_name}"
6666
git add .
6767
git commit --message="Bump app-autoscaler-cli-plugin to ${NEW_TAG}\n\nThis is an automated commit to bump app-autoscaler-cli-plugin to [${NEW_TAG}](https://github.com/cloudfoundry/app-autoscaler-cli-plugin/releases/tag/${NEW_TAG})."
68-
git push origin "${branch_name}"
68+
git push origin "${branch_name}"
6969
# gh pr create --fill --head "origin:${branch_name}" --base main # This currently not working due to https://github.com/cli/cli/issues/2691
7070
popd
7171

0 commit comments

Comments
 (0)