Rollup merge of #129917 - Kobzol:fix-beta-git, r=Mark-Simulacrum

Fix parsing of beta version in dry-run mode

This was blocking beta release.

r? `@BoxyUwU`
This commit is contained in:
Matthias Krüger 2024-09-03 06:05:42 +02:00 committed by GitHub
commit 29bcf8062a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1501,6 +1501,7 @@ Executed at: {executed_at}"#,
"refs/remotes/origin/{}..HEAD",
self.config.stage0_metadata.config.nightly_branch
))
.run_always()
.run_capture(self)
.stdout()
});