Skip to content

Commit 29bcf80

Browse files
authored
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`
2 parents 6e38c9b + f1e5191 commit 29bcf80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ Executed at: {executed_at}"#,
15011501
"refs/remotes/origin/{}..HEAD",
15021502
self.config.stage0_metadata.config.nightly_branch
15031503
))
1504+
.run_always()
15041505
.run_capture(self)
15051506
.stdout()
15061507
});

0 commit comments

Comments
 (0)