Skip to content

Commit

Permalink
chore: fix goreleaser option (#477)
Browse files Browse the repository at this point in the history
Debug is not an option.
  • Loading branch information
vfoucault authored Oct 1, 2024
1 parent 7973c9e commit 967e1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --debug
args: release --verbose
env:
BUILD_TAG: 'latest'
GOPATH: ${{ env.GOPATH }}
Expand Down

0 comments on commit 967e1eb

Please sign in to comment.