Revert "🐛 输出 用户名"

This reverts commit e6faad2c91.
This commit is contained in:
徐晓伟 2023-11-23 17:37:37 +08:00
parent e6faad2c91
commit 830ec792b0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func GitPushTag(instance string, repository string, username, token, tag string)
return err
}
log.Printf("Git 推送远端 标签%s %s 开始\n", username, tag)
log.Printf("Git 推送远端 标签 %s 开始\n", tag)
cmdPush := exec.Command("git", "push", origin, tag)
_, err = cmdPush.Output()