Skip to content

Commit 1dbc0ed

Browse files
authored
Fix release workflow. (#7868)
1 parent b245611 commit 1dbc0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_testing_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949

5050
if [ -z $podspec_repo_branch ];then
5151
# Get release branch, origin/release-X.Y.Z.
52-
podspec_repo_branch=$(echo $release_branch | sed -n 's/[[:blank:]]//p')
52+
podspec_repo_branch=$(echo $release_branch | sed -n 's/\s*//p')
5353
fi
5454

5555
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)