Skip to content

Commit b4032bd

Browse files
committed
fixup! CI: Use the same logic for prerelease suffix as during build
1 parent 4c773aa commit b4032bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ commands:
186186
steps:
187187
- run:
188188
name: Store prerelease suffix
189-
command: "scripts/prerelease_suffix.sh" nightly "$CIRCLE_TAG" > prerelease.txt
189+
command: |
190+
"scripts/prerelease_suffix.sh" nightly "$CIRCLE_TAG" > prerelease.txt
190191
191192
install_and_check_minimum_requirements:
192193
parameters:

0 commit comments

Comments
 (0)