Skip to content

Commit

Permalink
chore: add log to step
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinmiran committed Oct 9, 2024
1 parent d6db928 commit fe75c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
id: extract_version
run: |
VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' pyproject.toml)
echo "Bumped to: $VERSION"
echo "version=$VERSION" >> $GITHUB_ENV
build_and_push:
Expand Down

0 comments on commit fe75c66

Please sign in to comment.