We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c119e commit fa25de6Copy full SHA for fa25de6
1 file changed
ci/publish.rs
@@ -103,7 +103,7 @@ fn main() {
103
println!("Don't forget to push a git tag for this release!");
104
println!("");
105
println!(" $ git tag vX.Y.Z");
106
- 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");
107
}
108
109
"verify" => {
@@ -404,4 +404,4 @@ fn verify(crates: &[Crate]) {
404
)
405
.unwrap();
406
407
-}
+}
0 commit comments