Skip to content

Commit

Permalink
chore(bors): merge pull request #589
Browse files Browse the repository at this point in the history
589: ci: skip krew release bot workflow for pre-release r=niladrih a=niladrih

The `rajatjindal/krew-release-bot` workflow skips creating its PR for pre-release releases. This fails the workflow step on GitHub Actions. This PR adds a condition to skip the workflow for pre-release release creations.

Also, bumps the workflow to the latest version.

Co-authored-by: Niladri Halder <[email protected]>
  • Loading branch information
mayastor-bors and niladrih committed Dec 14, 2024
2 parents 23b4d82 + 86a0b0f commit 747ec59
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 747ec59

Please sign in to comment.