Skip to content

Commit

Permalink
ci: skip krew release bot workflow for pre-release
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 13, 2024
1 parent 23b4d82 commit 86a0b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ORG_CI_GITHUB }}
- name: Update krew index
uses: rajatjindal/[email protected]
if: "!github.event.release.prerelease"
uses: rajatjindal/[email protected]

0 comments on commit 86a0b0f

Please sign in to comment.