Skip to content

Commit aaab1be

Browse files
authored
change --rm-dist to --clean
1 parent 8c32ac5 commit aaab1be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: goreleaser/goreleaser-action@v1
1717
with:
1818
version: latest
19-
args: release --snapshot --rm-dist
19+
args: release --snapshot --clean

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: goreleaser/goreleaser-action@v1
1818
with:
1919
version: latest
20-
args: release --rm-dist
20+
args: release --clean
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Update new version in krew-index

0 commit comments

Comments
 (0)