lostluck commented on code in PR #32725:
URL: https://github.com/apache/beam/pull/32725#discussion_r1794318845
##########
.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:
We probably want this one change to be in a separate PR entirely, and then
just run the workflow(s) from a branch with this one value changed, instead of
running them from master.
--
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]