Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Apr 9, 2024
1 parent 8d1a491 commit 98a5c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Create branches
run: |
if git ls-remote --heads origin release/${MAJOR_MINOR}.x | grep -q "release/${MAJOR_MINOR}.x; then
if git ls-remote --heads origin release/${MAJOR_MINOR}.x | grep -q "release/${MAJOR_MINOR}.x"; then
git fetch origin release/${MAJOR_MINOR}.x
echo "Branch release/${MAJOR_MINOR}.x already exists, checking out."
git checkout "release/${MAJOR_MINOR}.x"
Expand Down

0 comments on commit 98a5c22

Please sign in to comment.