Skip to content

Commit

Permalink
ci: fix the name of the krew in goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Mar 22, 2024
1 parent 19774a4 commit 9d97703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Update new version in krew-index
uses: rajatjindal/[email protected]
with:
krew_template_file: dist/krew/kubectl-openebs.yaml
krew_template_file: dist/krew/openebs.yaml
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ nfpms:
- deb

krews:
- skip_upload: true
- name: openebs
skip_upload: true
homepage: https://github.com/openebs/openebsctl
short_description: View and debug OpenEBS storage resources
description: |
Expand Down

0 comments on commit 9d97703

Please sign in to comment.