Skip to content

Commit 0813c31

Browse files
authored
Add krew release bot back (#245)
1 parent 1db00a2 commit 0813c31

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ jobs:
2020
args: release --rm-dist
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
23+
- name: Update new version for plugin 'ctx' in krew-index
24+
uses: rajatjindal/[email protected]
25+
with:
26+
krew_template_file: .krew/ctx.yaml
27+
- name: Update new version for plugin 'ns' in krew-index
28+
uses: rajatjindal/[email protected]
29+
with:
30+
krew_template_file: .krew/ns.yaml

.krew/ns.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ spec:
1313
If fzf is installed on your machine, you can interactively choose
1414
between the entries using the arrow keys, or by fuzzy searching
1515
as you type.
16-
See https://github.com/ahmetb/kubectx for customization and details.
1716
platforms:
1817
- selector:
1918
matchExpressions:

0 commit comments

Comments
 (0)