Skip to content

Commit

Permalink
🧹 Replace deprecated goreleaser parameter (#87)
Browse files Browse the repository at this point in the history
Replace deprecated '--rm-dist':
https://goreleaser.com/deprecations/\#-rm-dist

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Jun 11, 2024
1 parent f611053 commit 58c1bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ prep:
go install honnef.co/go/tools/cmd/staticcheck@latest

build/snapshot:
goreleaser release --snapshot --skip-publish --rm-dist
goreleaser release --snapshot --skip-publish --clean

.PHONY: generate/examples
generate/examples:
Expand Down

0 comments on commit 58c1bd7

Please sign in to comment.