diff --git a/src/main.rs b/src/main.rs index cc754d9..fdaa53d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -784,7 +784,7 @@ impl Context { // Once we've tagged rustc, kick off a thanks workflow run. github .token("rust-lang/thanks")? - .workflow_dispatch("ci.yml", "master")?; + .workflow_dispatch("ci.yml", "main")?; if let Some(cargo_repo) = self.config.cargo_tag_repository.clone() { let cargo_version = self