Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 2cc9d8a

Browse files
committed
push tag in init
1 parent bac2d04 commit 2cc9d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ pub async fn add_and_push_to_remote(workspace: PathBuf) {
138138
.output()
139139
.unwrap();
140140
let push_res = Command::new("git").arg("push").arg("nju").output().unwrap();
141+
Command::new("git").arg("push").arg("nju").arg("--tags").output().unwrap();
141142

142143
if push_res.status.success() {
143144
record.status = Set(RepoSyncStatus::Succeed);

0 commit comments

Comments
 (0)