We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2a0f9 commit 6ab70efCopy full SHA for 6ab70ef
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Check version matches tag
40
run: |
41
- PKG_VERSION=$(uv run python -c "from odmcp import __version__; print(__version__)")
+ PKG_VERSION=$(uv run python -c "from omproxy import __version__; print(__version__)")
42
TAG_VERSION=${GITHUB_REF#refs/tags/v}
43
if [ "$PKG_VERSION" != "$TAG_VERSION" ]; then
44
echo "Version mismatch: Package version ($PKG_VERSION) does not match tag version ($TAG_VERSION)"
0 commit comments