andygrove commented on code in PR #857:
URL: https://github.com/apache/datafusion-comet/pull/857#discussion_r1724299736
##########
.github/workflows/docker-publish.yml:
##########
@@ -44,8 +44,7 @@ jobs:
- name: Extract Comet version
id: extract_version
run: |
- COMET_VERSION=$(mvn help:evaluate -Dexpression=project.version -q
-DforceStdout)
- echo "COMET_VERSION=$COMET_VERSION" >> $GITHUB_ENV
Review Comment:
`$COMET_VERSION` somehow evaluated to `1` here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]