Update ghcr_deploy.yml

This commit is contained in:
Ishaan Jaff 2024-01-04 15:03:58 +05:30 committed by GitHub
parent b52a0ce3cf
commit 9c24cb1468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: