Skip to content

Commit 46995ec

Browse files
authored
Fix go-releaser (#113)
fix-go-releaser
1 parent c7f685f commit 46995ec

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
@@ -51,7 +51,7 @@ jobs:
5151
uses: goreleaser/[email protected]
5252
with:
5353
version: latest
54-
args: release --rm-dist
54+
args: release --clean
5555
env:
5656
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
5757
# GitHub sets this automatically

0 commit comments

Comments
 (0)