From 684d8a6507eefcec377ba9f7be032af12b122252 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Tue, 27 Jan 2026 15:35:28 -0500 Subject: [PATCH] chore: git push command --- ci/publish.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/publish.rs b/ci/publish.rs index 68f2f8f..1fcbbac 100644 --- a/ci/publish.rs +++ b/ci/publish.rs @@ -103,7 +103,7 @@ fn main() { println!("Don't forget to push a git tag for this release!"); println!(""); println!(" $ git tag vX.Y.Z"); - println!(" $ git push git@github.com:bytecodealliance/cargo-component.git vX.Y.Z"); + println!(" $ git push git@github.com:bytecodealliance/wac.git vX.Y.Z"); } "verify" => { @@ -404,4 +404,4 @@ fn verify(crates: &[Crate]) { ) .unwrap(); } -} \ No newline at end of file +}