Skip to content

Commit f20386a

Browse files
author
Rohan Suryawanshi
committed
Updated go releaser command
1 parent 345e66f commit f20386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: goreleaser/goreleaser-action@v2
3939
with:
4040
version: latest
41-
args: release --rm-dist --release-header .goreleaser.tmpl
41+
args: release --clean --release-header .goreleaser.tmpl
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)