Skip to content

Commit

Permalink
Fix krew release race
Browse files Browse the repository at this point in the history
  • Loading branch information
pabateman committed Jun 11, 2024
1 parent 09af6fc commit 1e0cbf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-by-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
draft: false
prerelease: false
files: out/*
krew:
needs: build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.46

0 comments on commit 1e0cbf6

Please sign in to comment.