diff --git a/.github/workflows/make_bentos.yml b/.github/workflows/make_bentos.yml index 85b4785a..390878e7 100644 --- a/.github/workflows/make_bentos.yml +++ b/.github/workflows/make_bentos.yml @@ -46,6 +46,7 @@ jobs: run: | if [[ -n $(git status -s) ]]; then git add bentoml/bentos/* + git add README.md git commit -m "chore: make bentos" git push origin nightly else