Skip to content

Commit 5acff3e

Browse files
committed
Fix Initial Commit
1 parent 5605549 commit 5acff3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.goreleaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ before:
22
hooks:
33
- go mod download
44
builds:
5-
- id: kubectl-advise-psp
5+
- id: kubectl-advise-policy
66
main: ./
7-
binary: kubectl-advise-psp
7+
binary: kubectl-advise-policy
88
env:
99
- CGO_ENABLED=0
1010
goos:
@@ -15,7 +15,7 @@ builds:
1515

1616
archives:
1717
- builds:
18-
- kubectl-advise-psp
18+
- kubectl-advise-policy
1919
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
2020
wrap_in_directory: false
2121
format: tar.gz

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.0.1

0 commit comments

Comments
 (0)