forked from phoenix/litellm-mirror
Update ghcr_deploy.yml
This commit is contained in:
parent
2df0377273
commit
b52a0ce3cf
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ghcr_deploy.yml
vendored
3
.github/workflows/ghcr_deploy.yml
vendored
|
@ -30,8 +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