Skip to content

Commit

Permalink
Fix deprecated --debug goreleaser flag (#330).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Aug 6, 2024
1 parent 7c96c24 commit 606124f
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 @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --clean --debug
args: release --clean --verbose
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 606124f

Please sign in to comment.