Skip to content

Commit

Permalink
发布,看看啊
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 4, 2023
1 parent e9508e6 commit fcb3bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/发布软件.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: 更新描述文件
run: |
pwd
ls
git log --pretty=format:"%an | %s | %h | %ad | %H" --date=format:'%Y-%m-%d %H:%M' $(git describe --tags --abbrev=0)^..HEAD
cd ./citool/gitLogSum/
go run gitLogSum.go > updateLog.md
cat updateLog.md
Expand Down
2 changes: 1 addition & 1 deletion citool/gitLogSum/gitLogSum.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
if err != nil {
fmt.Printf("Command failed with error: %v\n", err)
fmt.Printf("Combined Output:\n%s\n", out)
panic(err)
panic(out)
}
// 输出结果
//println(string(out))
Expand Down

0 comments on commit fcb3bd7

Please sign in to comment.