Skip to content

Commit fba266f

Browse files
fixed regex
1 parent 7e7f35d commit fba266f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NightlyPublished_CLI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
fi
167167
# Is the file of the correct form?
168168
file_name=$(basename $file)
169-
if ! [[ $file_name =~ ^VCDB_[0-9]+.*\.omex$ ]]; then
170-
echo "Input is invalid. Expecting 'VCDB_#*#_*.omex format, got '${file_name}'."
169+
if ! [[ $file_name =~ ^VCDB_published_[0-9]+.*\.omex$ ]]; then
170+
echo "Input is invalid. Expecting 'VCDB_published_#*#_*.omex format, got '${file_name}'."
171171
continue
172172
fi
173173

0 commit comments

Comments
 (0)