Skip to content

Commit 9d97703

Browse files
ci: fix the name of the krew in goreleaser
Signed-off-by: Abhinandan Purkait <[email protected]>
1 parent 19774a4 commit 9d97703

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Update new version in krew-index
3535
uses: rajatjindal/[email protected]
3636
with:
37-
krew_template_file: dist/krew/kubectl-openebs.yaml
37+
krew_template_file: dist/krew/openebs.yaml

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ nfpms:
5050
- deb
5151

5252
krews:
53-
- skip_upload: true
53+
- name: openebs
54+
skip_upload: true
5455
homepage: https://github.com/openebs/openebsctl
5556
short_description: View and debug OpenEBS storage resources
5657
description: |

0 commit comments

Comments
 (0)