Skip to content

Commit

Permalink
Github actions release
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Oct 10, 2023
1 parent bad2b3f commit 556f3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
- git tag -v {{.Version}}
# TODO how to verify signed tags without needing to install public key?
#- git tag -v {{.Version}}
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 556f3b1

Please sign in to comment.