Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Nov 4, 2024
1 parent 2d98129 commit f32a50d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: chart-testing
version: 2

env:
- COSIGN_YES=true
Expand Down Expand Up @@ -46,7 +47,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

dockers:
- skip_push: false
Expand Down

0 comments on commit f32a50d

Please sign in to comment.