mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-19 18:15:00 +00:00
fix: github bump_docs.sh regex to drop emoji and other text (#2180)
fix: bump_docs regex Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
74d903acca
commit
982dc6a2bd
1 changed files with 1 additions and 1 deletions
2
.github/bump_docs.sh
vendored
2
.github/bump_docs.sh
vendored
|
@ -2,6 +2,6 @@
|
|||
set -xe
|
||||
REPO=$1
|
||||
|
||||
LATEST_TAG=$(curl -s "https://api.github.com/repos/$REPO/releases/latest" | jq -r '.name')
|
||||
LATEST_TAG=$(curl -s "https://api.github.com/repos/$REPO/releases/latest" | jq -r '.tag_name')
|
||||
|
||||
cat <<< $(jq ".version = \"$LATEST_TAG\"" docs/data/version.json) > docs/data/version.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue