Skip to content

Commit f484518

Browse files
committed
use make plugin-check in releaser
1 parent dac42d9 commit f484518

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ builds:
1818
hooks:
1919
post:
2020
# This will check plugin compatibility against latest version of Packer
21-
- cmd: |
22-
go install github.com/hashicorp/packer/cmd/packer-plugins-check@latest &&
23-
packer-plugins-check -load={{ .Name }}
21+
- cmd: make plugin-check
2422
dir: "{{ dir .Path}}"
2523
flags:
2624
- -trimpath #removes all file system paths from the compiled executable

0 commit comments

Comments
 (0)