File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 20
20
args : release --rm-dist
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
-
23
+ - name : Update new version for plugin 'ctx' in krew-index
24
+ uses : rajatjindal/krew-release-bot@v0.0.38
25
+ with :
26
+ krew_template_file : .krew/ctx.yaml
27
+ - name : Update new version for plugin 'ns' in krew-index
28
+ uses : rajatjindal/krew-release-bot@v0.0.38
29
+ with :
30
+ krew_template_file : .krew/ns.yaml
Original file line number Diff line number Diff line change 13
13
If fzf is installed on your machine, you can interactively choose
14
14
between the entries using the arrow keys, or by fuzzy searching
15
15
as you type.
16
- See https://github.com/ahmetb/kubectx for customization and details.
17
16
platforms :
18
17
- selector :
19
18
matchExpressions :
You can’t perform that action at this time.
0 commit comments