File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 52
52
GORELEASER_CURRENT_TAG : ${{ env.GORELEASER_CURRENT_TAG }}
53
53
54
54
- name : Upload artifacts to release
55
-
55
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
56
56
with :
57
57
files : |
58
58
dist/kubectl-ingress-nginx_*
63
63
if : ${{ startsWith(github.ref, 'refs/tags/controller-') }}
64
64
uses : rajatjindal/krew-release-bot@3d9faef30a82761d610544f62afddca00993eef9 # v0.0.47
65
65
with :
66
- krew_template_file : cmd/plugin/ krew.yaml
66
+ krew_template_file : dist/ krew/ingress-nginx .yaml
Original file line number Diff line number Diff line change @@ -30,3 +30,10 @@ archives:
30
30
- tar.gz
31
31
checksum :
32
32
name_template : " kubectl-{{ .ProjectName }}_checksums.txt"
33
+
34
+ krews :
35
+ - skip_upload : true
36
+ homepage : " https://kubernetes.github.io/ingress-nginx/kubectl-plugin/"
37
+ description : " The official kubectl plugin for ingress-nginx."
38
+ short_description : " Interact with ingress-nginx"
39
+ url_template : " http://github.com/alexintech/ingress-nginx/releases/download/controller-{{ .Tag }}/{{ .ArtifactName }}"
You can’t perform that action at this time.
0 commit comments