Skip to content

Commit

Permalink
feat(ci): Update the GoReleaser YML file to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Jan 24, 2025
1 parent 0d9252d commit b26a1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 1
version: 2

before:
hooks:
Expand All @@ -17,7 +17,7 @@ builds:
- darwin

archives:
- format: tar.gz
- formats: [tar.gz]
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
Expand All @@ -27,7 +27,7 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
formats: [zip]

sboms:
-
Expand Down

0 comments on commit b26a1e3

Please sign in to comment.