Skip to content

Commit 5f92bc7

Browse files
committed
update goreleaser
1 parent 66b33ca commit 5f92bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before:
99
- go test ./...
1010
# As part of the release doc files are included as a separate deliverable for
1111
# consumption by Packer.io. To include a separate docs.zip uncomment the following command.
12-
- /bin/sh -c "[ -d docs ] && zip -r docs.zip docs/"
12+
- make ci-release-docs
1313
builds:
1414
# A separated build to run the packer-plugins-check only once for a linux_amd64 binary
1515
-

0 commit comments

Comments
 (0)