forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue