mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
publish-release allow sqlite-dist.toml edits
This commit is contained in:
parent
9cfce30220
commit
985847db9e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -euo pipefail xtrace
|
||||
|
||||
if [[ -n $(git status --porcelain | grep -v VERSION) ]]; then
|
||||
echo "❌ There are other un-staged changes to the repository besides VERSION"
|
||||
if [[ -n $(git status --porcelain | grep -v VERSION | grep -v sqlite-dist.toml) ]]; then
|
||||
echo "❌ There are other un-staged changes to the repository besides VERSION and sqlite-dist.toml"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue