File tree 1 file changed +2
-2
lines changed
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 )
6
6
minor=$( echo $current_tag | cut -d ' .' -f2 )
7
7
cropped_current_tag=" $major .$minor "
8
8
file1=' Cargo.toml'
9
- file2=' src/lib.rs '
9
+ file2=' README.tpl '
10
10
file3=' .code-samples.meilisearch.yaml'
11
11
file4=' README.md'
12
12
13
13
file_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 ' ' )
15
15
file_tag3=$( grep ' meilisearch-sdk = ' $file3 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
16
16
file_tag4=$( grep ' meilisearch-sdk = ' $file4 | cut -d ' =' -f 2 | tr -d ' "' | tr -d ' ' )
17
17
if [ " $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