Skip to content

Commit 967e1eb

Browse files
authored
chore: fix goreleaser option (#477)
Debug is not an option.
1 parent 7973c9e commit 967e1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
distribution: goreleaser
4444
version: latest
45-
args: release --debug
45+
args: release --verbose
4646
env:
4747
BUILD_TAG: 'latest'
4848
GOPATH: ${{ env.GOPATH }}

0 commit comments

Comments
 (0)