We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e69a8c7 + 8b79cb2 commit e235240Copy full SHA for e235240
.github/scripts/check-release.sh
@@ -2,7 +2,7 @@
2
3
# Checking if current tag matches the package version
4
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 ',')
+file_tag=$(grep '__version__ =' scraper/src/config/version.py | cut -d '=' -f 2- | tr -d ' ' | tr -d '"' | tr -d ',')
6
if [ "$current_tag" != "$file_tag" ]; then
7
echo "Error: the current tag does not match the version in package file(s)."
8
echo "$current_tag vs $file_tag"
0 commit comments