Abacn commented on code in PR #32725:
URL: https://github.com/apache/beam/pull/32725#discussion_r1795752846
##########
.github/workflows/build_wheels.yml:
##########
@@ -96,7 +96,7 @@ jobs:
- name: Get tag
id: get_tag
run: |
- echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
+ echo "TAG=v2.60.0-RC0" >> $GITHUB_OUTPUT
Review Comment:
Yes, this line is not intended to make into the PR when it is ready for
review. ~Closing this PR and will open another one for review purpose.~
(actually let me re-open it since it is still needed for upcoming RC)
I was using this branch to run build_wheels for 2.60.0rc1 after it was
failed on push trigger.
--
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]