Skip to content

Commit 547d3b1

Browse files
committed
pull submodule
1 parent 64a49db commit 547d3b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .goreleaser.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
---
12
# This is an example .goreleaser.yml file with some sensible defaults.
23
# Make sure to check the documentation at https://goreleaser.com
34
before:
45
hooks:
6+
- git submodule update --remote --init
57
# You may remove this if you don't use go modules.
68
- go mod tidy
79
# you may remove this if you don't need go generate
@@ -25,7 +27,7 @@ builds:
2527

2628
archives:
2729
- format: tar.gz
28-
# this name template makes the OS and Arch compatible with the results of uname.
30+
# this name template makes the OS and Arch compatible with `uname`.
2931
name_template: >-
3032
{{ .ProjectName }}_
3133
{{- title .Os }}_

0 commit comments

Comments
 (0)