cfallin opened issue #3621:
In this CI job, I manually triggered the bump-version job on the
release-0.32.xbranch in order to do a 0.32.1 patch release (#3620). It seems that the CI-job yaml refers tomainin at least two places: when pushing from a local refspec to the repository, and when creating a PR. The former can beHEADand the latter has to be the actual name of the branch we're running on, which can likely be found from the script's environment.
alexcrichton commented on issue #3621:
Fixed now!
alexcrichton closed issue #3621:
In this CI job, I manually triggered the bump-version job on the
release-0.32.xbranch in order to do a 0.32.1 patch release (#3620). It seems that the CI-job yaml refers tomainin at least two places: when pushing from a local refspec to the repository, and when creating a PR. The former can beHEADand the latter has to be the actual name of the branch we're running on, which can likely be found from the script's environment.
Last updated: Dec 06 2025 at 06:05 UTC