Skip to content

Commit 6419ed6

Browse files
committed
Disable pipefail
1 parent ac71f1c commit 6419ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ jobs:
182182
# We are using the Wix generator which doesn't support strings in
183183
# the version, so strip out the git suffix and replace the -rc3 suffix
184184
# with .3.
185+
set +o pipefail
185186
rc_version=`grep -o 'LLVM_VERSION_SUFFIX -rc[0-9]' cmake/Modules/LLVMVersion.cmake | cut -d ' ' -f 2 | sed 's/-rc//g'`
187+
set -o pipefail
186188
if [ -z "$rc_version" ]; then
187189
version_suffix=""
188190
else

0 commit comments

Comments
 (0)