Skip to content

Commit

Permalink
Update goreleaser version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MajidAbuRmila committed Sep 9, 2024
1 parent 6301b87 commit 1f73a01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
before:
hooks:
- make tfgen
Expand All @@ -25,4 +26,4 @@ release:
disable: false
prerelease: auto
snapshot:
name_template: '{{ .Tag }}-SNAPSHOT'
name_template: "{{ .Tag }}-SNAPSHOT"

0 comments on commit 1f73a01

Please sign in to comment.