fix: broken logics for upload

Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
aarnphm-ec2-dev
2023-07-19 23:55:35 +00:00
parent f9ca164e73
commit 5f874da4e2

View File

@@ -79,7 +79,7 @@ jobs:
name: Create binary/wheels distribution
uses: bentoml/OpenLLM/.github/workflows/binary-releases.yml@main
publish-python:
if: github.repository_owner == 'bentoml' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
if: github.repository_owner == 'bentoml' && github.event_name == 'push'
needs:
- binary-distribution
runs-on: ubuntu-latest