Skip to content

Commit

Permalink
release_test_temp
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitiz Vijayvargiya <kshitiz.vijayvargiya@okahu.ai>
  • Loading branch information
kshitiz-okahu committed Dec 5, 2024
1 parent 8dee990 commit 93129b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
branch="monocle/prepare-release-${STABLE_VERSION}"
git config --global user.email "$USER_EMAIL"
git config --global user.name "$USER_NAME"
git commit -a -m "$message"
git commit -s -a -m "$message"
git push origin HEAD:$branch
gh pr create --title "[$RELEASE_BRANCH_NAME] $message" \
--body "$message." \
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
branch="monocle/update-version-to-${STABLE_NEXT_VERSION}"
git config --global user.email "$USER_EMAIL"
git config --global user.name "$USER_NAME"
git commit -a -m "$message"
git commit -s -a -m "$message"
git push origin HEAD:$branch
gh pr create --title "$message" \
--body "$body" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
fi
fi
git commit -a -m "$message"
git commit -s -a -m "$message"
git push origin HEAD:$branch
gh pr create --title "$message" \
--body "$body" \
Expand Down

0 comments on commit 93129b2

Please sign in to comment.