Add krew release bot back (#245)

This commit is contained in:
Rajat Jindal 2020-06-22 23:07:07 +05:30 committed by GitHub
parent 1db00a20d9
commit 0813c314c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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: