Skip to content

Commit

Permalink
Fix two warnings on deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamontoro committed Apr 19, 2023
1 parent ecc4c32 commit 4163fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ builds:
- CGO_ENABLED=0
archives:
-
rlcp: true
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
wrap_in_directory: true
format: tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ else
git checkout master
git pull
git tag $(NEXT_VER)
goreleaser --rm-dist
goreleaser --clean
endif
endif

Expand Down

0 comments on commit 4163fcc

Please sign in to comment.