Skip to content

Commit 8521a2b

Browse files
authored
Fix release workflow (#14)
``` opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser release --rm-dist ⨯ command failed error=unknown flag: --rm-dist ``` see https://goreleaser.com/deprecations/#-rm-dist
2 parents cb5973e + 2809415 commit 8521a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: goreleaser/goreleaser-action@v3
4343
with:
4444
version: latest
45-
args: release --rm-dist
45+
args: release --clean
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
# GitHub sets this automatically

0 commit comments

Comments
 (0)