File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ major=$(echo $current_tag | cut -d '.' -f1 )
66minor=$( echo $current_tag | cut -d ' .' -f2 )
77cropped_current_tag=" $major .$minor "
88file1=' Cargo.toml'
9- file2=' src/lib.rs '
9+ file2=' README.tpl '
1010file3=' .code-samples.meilisearch.yaml'
1111file4=' README.md'
1212
1313file_tag1=$( grep ' ^version = ' $file1 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
14- file_tag2=$( grep ' //! meilisearch-sdk = ' $file2 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
14+ file_tag2=$( grep ' meilisearch-sdk = ' $file2 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
1515file_tag3=$( grep ' meilisearch-sdk = ' $file3 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
1616file_tag4=$( grep ' meilisearch-sdk = ' $file4 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
1717if [ " $current_tag " != " $file_tag1 " ] || [ " $current_tag " != " $file_tag2 " ] || [ " $cropped_current_tag " != " $file_tag3 " ] || [ " $current_tag " != " $file_tag4 " ]; then
You can’t perform that action at this time.
0 commit comments