Skip to content

Commit

Permalink
release_test_temp
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitiz Vijayvargiya <[email protected]>
  • Loading branch information
kshitiz-okahu committed Dec 5, 2024
1 parent 8476459 commit be669e4
Showing 1 changed file with 2 additions and 2 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 @@ -90,8 +90,8 @@ jobs:
run: |
message="Prepare release ${STABLE_VERSION}"
branch="monocle/prepare-release-${STABLE_VERSION}"
git config --global user.email "abc"
git config --global user.name "$USER_NAME"
git config --global user.email "[email protected]"
git config --global user.name "you"
git commit -a -m "$message"
git push origin HEAD:$branch
gh pr create --title "[$RELEASE_BRANCH_NAME] $message" \
Expand Down

0 comments on commit be669e4

Please sign in to comment.