Skip to content

Commit e235240

Browse files
authored
Merge pull request #392 from sanders41/script
Update version file path
2 parents e69a8c7 + 8b79cb2 commit e235240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Checking if current tag matches the package version
44
current_tag=$(echo $GITHUB_REF | cut -d '/' -f 3 | sed -r 's/^v//')
5-
file_tag=$(grep '__version__ =' meilisearch/version.py | cut -d '=' -f 2- | tr -d ' ' | tr -d '"' | tr -d ',')
5+
file_tag=$(grep '__version__ =' scraper/src/config/version.py | cut -d '=' -f 2- | tr -d ' ' | tr -d '"' | tr -d ',')
66
if [ "$current_tag" != "$file_tag" ]; then
77
echo "Error: the current tag does not match the version in package file(s)."
88
echo "$current_tag vs $file_tag"

0 commit comments

Comments
 (0)