We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5605549 commit 5acff3eCopy full SHA for 5acff3e
.goreleaser.yml
@@ -2,9 +2,9 @@ before:
2
hooks:
3
- go mod download
4
builds:
5
-- id: kubectl-advise-psp
+- id: kubectl-advise-policy
6
main: ./
7
- binary: kubectl-advise-psp
+ binary: kubectl-advise-policy
8
env:
9
- CGO_ENABLED=0
10
goos:
@@ -15,7 +15,7 @@ builds:
15
16
archives:
17
- builds:
18
- - kubectl-advise-psp
+ - kubectl-advise-policy
19
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
20
wrap_in_directory: false
21
format: tar.gz
version
@@ -1 +1 @@
1
-1.8.0
+1.0.1
0 commit comments