Browse Source

ci: replace --rm-dist with --clean

--rm-dist was deprecated.

```
  • DEPRECATED: --rm-dist was deprecated in favor of --clean, check https://goreleaser.com/deprecations#-rm-dist for more details
```

https://goreleaser.com/deprecations#-rm-dist
pull/18/head
Shunsuke Suzuki 2 years ago
parent
commit
8f95d0a985
No known key found for this signature in database
GPG Key ID: 8C1396BBB3626865
  1. 2
      .github/workflows/goreleaser.yml

2
.github/workflows/goreleaser.yml

@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: v1.22.1
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save