Skip to content

Commit

Permalink
chore: update .goreleaser.yaml to suppost latest update (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Jan 23, 2025
1 parent d469283 commit fba693f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -29,7 +29,7 @@ builds:
- -X "{{ .Env.VersioningPath }}.semanticVersion={{ .Version }}"
dist: ./build/goreleaser
archives:
- format: tar.gz
- formats: [ tar.gz ]
# this name template makes the OS and Arch compatible with the results of
# uname.
name_template: >-
Expand Down

0 comments on commit fba693f

Please sign in to comment.