Skip to content

Commit 9e58ee5

Browse files
authored
chore: goreleaser uses --clean flag (#176)
1 parent 5d73212 commit 9e58ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
distribution: goreleaser
4848
version: latest
49-
args: release --rm-dist --release-notes latest_changes.txt
49+
args: release --clean --release-notes latest_changes.txt
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
5252
GORELEASER_CURRENT_TAG: ${{ env.VERSION }}

0 commit comments

Comments
 (0)