mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-05 11:36:13 +00:00
Add krew release bot back (#245)
This commit is contained in:
parent
1db00a20d9
commit
0813c314c6
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -20,4 +20,11 @@ jobs:
|
|||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Update new version for plugin 'ctx' in krew-index
|
||||||
|
uses: rajatjindal/krew-release-bot@v0.0.38
|
||||||
|
with:
|
||||||
|
krew_template_file: .krew/ctx.yaml
|
||||||
|
- name: Update new version for plugin 'ns' in krew-index
|
||||||
|
uses: rajatjindal/krew-release-bot@v0.0.38
|
||||||
|
with:
|
||||||
|
krew_template_file: .krew/ns.yaml
|
||||||
|
@ -13,7 +13,6 @@ spec:
|
|||||||
If fzf is installed on your machine, you can interactively choose
|
If fzf is installed on your machine, you can interactively choose
|
||||||
between the entries using the arrow keys, or by fuzzy searching
|
between the entries using the arrow keys, or by fuzzy searching
|
||||||
as you type.
|
as you type.
|
||||||
See https://github.com/ahmetb/kubectx for customization and details.
|
|
||||||
platforms:
|
platforms:
|
||||||
- selector:
|
- selector:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
|
Loading…
Reference in New Issue
Block a user