mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 19:47:45 +00:00
Fix readme_sync.yml unstable version check
This commit is contained in:
parent
afdeaf5a62
commit
8271b2d80b
2
.github/workflows/readme_sync.yml
vendored
2
.github/workflows/readme_sync.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
# stable docs, for the time being we're ok with that.
|
||||
# `main` branch docs will be handled correctly too and get pushed to an
|
||||
# unstable documentation.
|
||||
IS_UNSTABLE=$(hatch version | grep -v -q "0-rc")
|
||||
IS_UNSTABLE="$(hatch version | grep -v -q '0-rc')"
|
||||
if [ "$IS_UNSTABLE" ]; then
|
||||
VERSION="$VERSION-unstable"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user