fix: bump real openapi.yaml too
All checks were successful
Check / check (push) Successful in 51s

This commit is contained in:
trev 2025-05-16 18:42:24 -04:00
parent d27ee1202b
commit 849fec6f01

View File

@ -19,7 +19,9 @@ echo "${version} -> ${next_version}"
echo "bumping openapi"
cd "${git_root}"
sed -i -e "s/${version}/${next_version}/g" openapi.yaml
sed -i -e "s/${version}/${next_version}/g" client/static/openapi/openapi.yaml
git add openapi.yaml
git add client/static/openapi/openapi.yaml
echo "bumping client"
cd "${git_root}/client"