File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.14
22
33ARG GH_VERSION
4- ENV GH_VERSION ${GH_VERSION:-1.12 .1}
4+ ENV GH_VERSION ${GH_VERSION:-1.13 .1}
55WORKDIR /gitmux
66
77COPY gitmux.sh .
Original file line number Diff line number Diff line change @@ -645,13 +645,13 @@ perform_rebase () {
645645 fi
646646
647647 log " Pushing to branch ${DESTINATION_PR_BRANCH_NAME} "
648- git push --tags destination
648+ git push --force-with-lease -- tags destination
649649 git push --follow-tags --progress --atomic --verbose --force-with-lease destination " ${DESTINATION_PR_BRANCH_NAME} "
650650 else
651651 # rebase in elif condition succeeded
652652 log " Rebase completed successfully."
653653 log " Pushing to branch ${DESTINATION_PR_BRANCH_NAME} "
654- git push --tags destination
654+ git push --force-with-lease -- tags destination
655655 git push --follow-tags --progress --atomic --verbose --force-with-lease destination " ${DESTINATION_PR_BRANCH_NAME} "
656656 fi
657657}
You can’t perform that action at this time.
0 commit comments