Skip to content

Commit dc68988

Browse files
Copilotamitsaha
andcommitted
Replace --rm-dist with --clean flag in GoReleaser workflow
Co-authored-by: amitsaha <512598+amitsaha@users.noreply.github.com>
1 parent 1ad0b13 commit dc68988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: goreleaser/goreleaser-action@v2
2828
with:
2929
version: latest
30-
args: release --rm-dist
30+
args: release --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)