Don't fail if there is no existing helm chart to get the version from

This commit is contained in:
Shaun Maher 2024-02-23 10:56:28 +11:00 committed by Ishaan Jaff
parent f52f1f40e6
commit 5e4b0d1f5a

View file

@ -15,6 +15,7 @@ env:
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs:
docker-hub-deploy:
if: github.repository == 'BerriAI/litellm'
runs-on: ubuntu-latest
steps:
-