chore: push changes before release branch checkout
This commit is contained in:
@@ -45,6 +45,7 @@ if git rev-parse -q --verify "refs/tags/${VERSION}" >/dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
git push
|
||||||
git checkout "${TAGBRANCH}"
|
git checkout "${TAGBRANCH}"
|
||||||
git merge "${RELEASEBRANCH}"
|
git merge "${RELEASEBRANCH}"
|
||||||
git push origin "${TAGBRANCH}"
|
git push origin "${TAGBRANCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user