Skip to content

Commit baa5205

Browse files
committed
update version of krew-release-bot
There is an error with opening the PR to the krew-index, I believe it is to do with how the bot handles commit history
1 parent b77b73f commit baa5205

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@master
11+
uses: actions/checkout@v3
1212
- name: Setup Go
1313
uses: actions/setup-go@v3
1414
with:
@@ -20,5 +20,11 @@ jobs:
2020
args: release --rm-dist
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
24+
krew-release:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: Checkout
28+
uses: actions/checkout@v3
2329
- name: Update new version in krew-index
24-
uses: rajatjindal/[email protected].38
30+
uses: rajatjindal/[email protected].43

0 commit comments

Comments
 (0)