Skip to content

Commit

Permalink
change --rm-dist to --clean (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb authored Nov 23, 2024
1 parent 8e5b6d7 commit 4b90c93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version-file: 'go.mod'
go-version: '1.23'
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --snapshot --rm-dist
args: release --snapshot --clean
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version-file: 'go.mod'
go-version: '1.23'
- name: GoReleaser
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
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down

0 comments on commit 4b90c93

Please sign in to comment.