We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db00a2 commit 0813c31Copy full SHA for 0813c31
2 files changed
.github/workflows/release.yml
@@ -20,4 +20,11 @@ jobs:
20
args: release --rm-dist
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
29
30
+ krew_template_file: .krew/ns.yaml
.krew/ns.yaml
@@ -13,7 +13,6 @@ spec:
13
If fzf is installed on your machine, you can interactively choose
14
between the entries using the arrow keys, or by fuzzy searching
15
as you type.
16
- See https://github.com/ahmetb/kubectx for customization and details.
17
platforms:
18
- selector:
19
matchExpressions:
0 commit comments