Skip to content

Commit

Permalink
fix(ci): fix go releaser config (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jul 12, 2023
2 parents 51be339 + cf0c1aa commit 11841c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ docker_signs:
- '${artifact}'
- "--yes" # needed on cosign 2.0.0+

archives:
- rlcp: true
files:
- assets

checksum:
name_template: 'checksums.txt'

Expand All @@ -124,3 +119,4 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^chore'

0 comments on commit 11841c2

Please sign in to comment.