publish-release allow sqlite-dist.toml edits

This commit is contained in:
Alex Garcia 2024-04-27 12:54:26 -07:00
parent 9cfce30220
commit 985847db9e

View file

@ -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