Skip to content

Commit

Permalink
chore: release --debug from goreleaser
Browse files Browse the repository at this point in the history
It seems it no longer recognized
Ref: https://github.com/ashishb/wp2hugo/actions/runs/9735144099/job/26864012080

```
/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser release --clean --debug
  ⨯ command failed                                   error=unknown flag: --debug
Error: The process '/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser' failed with exit code 1
```
  • Loading branch information
ashishb committed Jun 30, 2024
1 parent 1c5f7d6 commit 1fd2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --debug
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1fd2e66

Please sign in to comment.