mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Update .github/scripts/check-release.sh
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
c484d28646
commit
de16de20f4
7
.github/scripts/check-release.sh
vendored
7
.github/scripts/check-release.sh
vendored
@ -2,11 +2,8 @@
|
||||
|
||||
# Checking if current tag matches the package version
|
||||
current_tag=$(echo $GITHUB_REF | tr -d 'refs/tags/v')
|
||||
file1='meilisearch-auth/Cargo.toml'
|
||||
file2='meilisearch-http/Cargo.toml'
|
||||
file3='meilisearch-lib/Cargo.toml'
|
||||
file4='meilisearch-types/Cargo.toml'
|
||||
file5='Cargo.lock'
|
||||
files='*/Cargo.toml'
|
||||
lock_file='Cargo.lock'
|
||||
|
||||
|
||||
file5=$(grep -A 1 'name = "meilisearch-auth"' $file5 | grep version)
|
||||
|
Loading…
Reference in New Issue
Block a user