We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac71f1c commit 6419ed6Copy full SHA for 6419ed6
.github/workflows/release-binaries.yml
@@ -182,7 +182,9 @@ jobs:
182
# We are using the Wix generator which doesn't support strings in
183
# the version, so strip out the git suffix and replace the -rc3 suffix
184
# with .3.
185
+ set +o pipefail
186
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
188
if [ -z "$rc_version" ]; then
189
version_suffix=""
190
else
0 commit comments