Skip to content

Commit

Permalink
change --rm-dist to --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb authored Nov 23, 2024
1 parent 8c32ac5 commit aaab1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --snapshot --rm-dist
args: release --snapshot --clean
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update new version in krew-index
Expand Down

0 comments on commit aaab1be

Please sign in to comment.