Skip to content

Commit

Permalink
ci(publish): fix tagger job (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Oct 9, 2024
1 parent 39eae27 commit 0242ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: tags
run: |
# Extract the Python version from the Dockerfile
VERSION=$(grep 'ENV PYTHON3_VERSION' Dockerfile | cut -d '=' -f 2)
VERSION=$(grep 'ENV PYTHON313_VERSION' Dockerfile | cut -d '=' -f 2)
echo "VERSION=${VERSION}"
# Trim the version to the first two segments (major.minor)
MAJOR_MINOR=$(echo $VERSION | cut -d'.' -f1-2)
Expand Down

0 comments on commit 0242ed9

Please sign in to comment.