Skip to content

Commit fbb18ba

Browse files
authored
Push branch before creating a PR (#948)
* Push branch before creating a PR * Push branch before creating a PR
1 parent 6d307fb commit fbb18ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/logs_monitoring/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ prod_release() {
227227
git add "settings.py" "template.yaml"
228228
git commit --signoff --message "ci(release): Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
229229

230-
hub pull-request --browse --message "Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
230+
hub pull-request --push --browse --message "Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
231231

232232
if ! user_confirm "Review and merge the pull-request before continuing. Continue"; then
233233
log_error "Aborting... To restart, run the script with PROD_GITHUB_RESTART=true env variable."

0 commit comments

Comments
 (0)