mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Update ghcr_deploy.yml
This commit is contained in:
parent
b52a0ce3cf
commit
9c24cb1468
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ghcr_deploy.yml
vendored
2
.github/workflows/ghcr_deploy.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Read version from pyproject.toml
|
||||
id: read-version
|
||||
run: echo "VERSION=$(python -c 'import toml; print(toml.load(\"pyproject.toml\")[\"tool\"][\"commitizen\"][\"version\"])') >> $GITHUB_ENV"
|
||||
run: echo "VERSION=\$(python -c 'import toml; print(toml.load(\"pyproject.toml\")[\"tool\"][\"commitizen\"][\"version\"])') >> \$GITHUB_ENV"
|
||||
- name: Display version
|
||||
run: echo "Current LiteLLM version in pyproject.toml is $VERSION"
|
||||
build-and-push-image:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue