Skip to content

Commit

Permalink
bug: updates goreleaser to 2.0 #263
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jun 11, 2024
1 parent ad2b7c2 commit ff45098
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
Expand Up @@ -21,6 +21,8 @@
# .goreleaser.yml
project_name: integrationcli

version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -64,7 +66,6 @@ archives:
{{- else if eq .Arch "darwin" }}Darwin
{{- else }}{{ .Arch }}{{ end }}
wrap_in_directory: true
rlcp: true
files:
- LICENSE.txt
builds:
Expand Down

0 comments on commit ff45098

Please sign in to comment.