fix: create_release

This commit is contained in:
Jack Wills
2024-02-14 10:31:15 +00:00
parent 194317cde5
commit d38c382fa8
+2 -1
View File
@@ -287,11 +287,12 @@ release_flow() {
release_continue "git checkout main"
git checkout main
echo -e "${PURPLE}git pull main${RESET}"
echo -e "${PURPLE}git pull origin main${RESET}"
git pull origin main
echo -e "${PURPLE}git merge --no-ff \"${RELEASE_BRANCH}\" -m \"chore: merge ${RELEASE_BRANCH} into main\"${RESET}"
git merge --no-ff "$RELEASE_BRANCH" -m "chore: merge ${RELEASE_BRANCH} into main"
echo -e "\n${PURPLE}cargo check${RESET}\n"
cargo check