mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 18:21:56 +00:00
Update ghcr_deploy.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user