Skip to content

Commit 28a3c80

Browse files
committed
ci: 更新 GoReleaser 参数,添加 --verbose 选项以增强输出信息
1 parent 786b71b commit 28a3c80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
distribution: goreleaser
5454
version: "~> v2"
55-
args: release --clean
55+
args: release --clean --verbose
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
distribution: goreleaser
6464
version: "~> v2"
65-
args: release --clean --snapshot
65+
args: release --clean --verbose --snapshot
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868

0 commit comments

Comments
 (0)