We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299b878 commit 28bc9ccCopy full SHA for 28bc9cc
.goreleaser.yml
@@ -17,9 +17,9 @@ builds:
17
mod_timestamp: '{{ .CommitTimestamp }}'
18
hooks:
19
post:
20
- # This will check plugin compatibility against 1.7.2 version of Packer
+ # This will check plugin compatibility against v1.7.2 version of Packer
21
- cmd: |
22
- go install github.com/hashicorp/packer/cmd/packer-plugins-check@1.7.2 &&
+ go install github.com/hashicorp/packer/cmd/packer-plugins-check@v1.7.2 &&
23
packer-plugins-check -load={{ .Name }}
24
dir: "{{ dir .Path}}"
25
flags:
0 commit comments