We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8f8005 + 59f5c1e commit 51af7e8Copy full SHA for 51af7e8
.github/workflows/goreleaser.yml
@@ -17,7 +17,7 @@ jobs:
17
if: startsWith(github.ref, 'refs/tags/')
18
with:
19
version: latest
20
- args: release --rm-dist
+ args: release --clean
21
workdir: .
22
env:
23
CGO_ENABLED: 0
0 commit comments