Really fix the release script.

This commit is contained in:
Doug
2026-03-24 19:45:07 +00:00
parent e50e3ca84e
commit 57d5e5b4b3

View File

@@ -150,7 +150,7 @@ struct ReleaseToGitHub: AsyncParsableCommand {
try await CI.run(.name("git"), ["reset", "--hard"])
try await CI.run(.name("git"), ["checkout", "main"])
try await CI.run(.name("git"), ["pull", "origin", "main"])
try await CI.run(.name("git"), ["rebase", "currentBranch"])
try await CI.run(.name("git"), ["rebase", currentBranch])
try await CI.gitPush()