Skip to content

Commit fa25de6

Browse files
committed
chore: git push command
1 parent c8c119e commit fa25de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/publish.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn main() {
103103
println!("Don't forget to push a git tag for this release!");
104104
println!("");
105105
println!(" $ git tag vX.Y.Z");
106-
println!(" $ git push git@github.com:bytecodealliance/cargo-component.git vX.Y.Z");
106+
println!(" $ git push git@github.com:bytecodealliance/wac.git vX.Y.Z");
107107
}
108108

109109
"verify" => {
@@ -404,4 +404,4 @@ fn verify(crates: &[Crate]) {
404404
)
405405
.unwrap();
406406
}
407-
}
407+
}

0 commit comments

Comments
 (0)