Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0813c31

Browse filesBrowse files
authored
Add krew release bot back (ahmetb#245)
1 parent 1db00a2 commit 0813c31
Copy full SHA for 0813c31

2 files changed

+8-2Lines changed: 8 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+8-1Lines changed: 8 additions & 1 deletion
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/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
Collapse file

‎.krew/ns.yaml‎

Copy file name to clipboardExpand all lines: .krew/ns.yaml
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.