JingsongLi commented on PR #557:
URL: https://github.com/apache/paimon-rust/pull/557#issuecomment-5030100893

      - The tag provided as input to `workflow_dispatch` is used only for this 
release; the checkout does not use this tag, and the build actually runs on the 
manually selected branch.
      - The `release` job is still restricted by `startsWith(github.ref, 
‘refs/tags/’)`, so manual triggers will never result in a release; 
TestPyPI/PyPI checks also continue to use `github.ref` rather than the input 
tag.
      - It is recommended to uniformly generate `RELEASE_TAG`, check out `ref: 
RELEASE_TAG`, allow dispatch to proceed to release, and use `RELEASE_TAG` to 
determine RC status.


-- 
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]

Reply via email to