Skip to content

Commit 6ab70ef

Browse files
committed
fix release workflow
1 parent 5d2a0f9 commit 6ab70ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Check version matches tag
4040
run: |
41-
PKG_VERSION=$(uv run python -c "from odmcp import __version__; print(__version__)")
41+
PKG_VERSION=$(uv run python -c "from omproxy import __version__; print(__version__)")
4242
TAG_VERSION=${GITHUB_REF#refs/tags/v}
4343
if [ "$PKG_VERSION" != "$TAG_VERSION" ]; then
4444
echo "Version mismatch: Package version ($PKG_VERSION) does not match tag version ($TAG_VERSION)"

0 commit comments

Comments
 (0)