Skip to content

Commit

Permalink
Merge pull request #591 from cybozu-go/fix-deprecated-goreleaser-options
Browse files Browse the repository at this point in the history
Fix deprecated Goreleaser's options
  • Loading branch information
ymmt2005 authored Oct 24, 2023
2 parents ae6e187 + 32614e9 commit 86d246b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
distribution: goreleaser
version: v1.8.2
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ archives:
format: tar.gz
files:
- LICENSE
rlcp: true

checksum:
name_template: checksums.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ build:

.PHONY: release-build
release-build: goreleaser
$(GORELEASER) build --snapshot --rm-dist
$(GORELEASER) build --snapshot --clean

.PHONY: release-manifests-build
release-manifests-build: kustomize
Expand Down

0 comments on commit 86d246b

Please sign in to comment.