Skip to content

Commit f9e5403

Browse files
authored
Merge pull request #3339 from eseiler/fix/cron
[FIX] Cron sed command
2 parents 6ec94f3 + 6614350 commit f9e5403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron_latest_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
FILE="cmake/package-lock.cmake"
5252
sed -i -E 's@(set \(SEQAN3_\S+_VERSION )[^\)]+\)@\1main)@g' $FILE
5353
sed -i -E 's@VERSION( \$\{SEQAN3_\S+_VERSION\})@GIT_TAG\1@g' $FILE
54-
sed -i -E 's@SEQAN3_CEREAL_VERSION main@SEQAN3_\1_VERSION master@g' $FILE
54+
sed -i -E 's@SEQAN3_CEREAL_VERSION main@SEQAN3_CEREAL_VERSION master@g' $FILE
5555
cat $FILE
5656
5757
- name: Configure tests

0 commit comments

Comments
 (0)