Skip to content

Commit

Permalink
ci(release): remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvri committed Dec 18, 2024
1 parent f874439 commit c69fc7c
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 @@ -80,6 +80,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --debug
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}

0 comments on commit c69fc7c

Please sign in to comment.