Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Dec 4, 2024
1 parent 5cc9150 commit 6555379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Extract version from project.toml
id: extract_version
run: |
VERSION=$(grep '^version' project.toml | sed -E 's/version *= *"([0-9.]+)"/\1/')
VERSION=$(grep '^version' pyproject.toml | sed -E 's/version *= *"([0-9.]+)"/\1/')
echo "version=$VERSION" >> $GITHUB_ENV
- name: Build and push Docker image (latest and version tags)
Expand Down

0 comments on commit 6555379

Please sign in to comment.