Fix parsing of beta version in dry-run mode

This commit is contained in:
Jakub Beránek 2024-09-02 23:16:15 +02:00
parent a4601859ae
commit f1e5191807
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

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()
});