You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	fix: init with extra quote
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
		| @@ -23,7 +23,7 @@ archives: | ||||
|       {{- if eq .Arch "amd64" }}x86_64 | ||||
|       {{- else if eq .Arch "386" }}i386 | ||||
|       {{- else }}{{ .Arch }}{{ end }} | ||||
|       {{- if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|       {{- if .Arm }}v{{ .Arm }}{{ end }} | ||||
|     # use zip for windows archives | ||||
|     format_overrides: | ||||
|     - goos: windows | ||||
|   | ||||
		Reference in New Issue
	
	Block a user