Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrak00 committed Oct 27, 2024
1 parent acf0f56 commit e4d534b
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 2

before:
Expand Down Expand Up @@ -33,7 +25,6 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
Expand All @@ -46,8 +37,8 @@ changelog:
- "^test:"

brews:
- name: AgDownloader
homepage: "https://github.com/Astrak00/homebrew-tools"
tap:
owner: Astrak00
name: homebrew-tools
- name: AgDownloader
homepage: "https://github.com/Astrak00/homebrew-tools"
tap:
owner: Astrak00
name: homebrew-tools

0 comments on commit e4d534b

Please sign in to comment.