We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680d20 commit 5dee713Copy full SHA for 5dee713
.github/workflows/release.yml
@@ -40,3 +40,11 @@ jobs:
40
args: release --clean
41
env:
42
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
43
+ - name: Update new version in krew-index
44
+ uses: rajatjindal/[email protected]
45
+ env:
46
+ ## KREW_RELEASE_BOT_WEBHOOK_URL env helps you test your setup without actually publishing
47
+ ## remove this env when you are ready for real release
48
+ KREW_RELEASE_BOT_WEBHOOK_URL: https://krew-release-bot-dryrun.rajatjindal.com/github-action-webhook
49
+ UPSTREAM_KREW_INDEX_REPO_OWNER: fidelity
50
+ UPSTREAM_KREW_INDEX_REPO_NAME: kconnect
0 commit comments