Skip to content

Commit 75289fd

Browse files
committed
feat(actions): fix typo to use the correct GitHub repo name
Signed-off-by: Casale, Robert <[email protected]>
1 parent bfb9079 commit 75289fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
args: release --clean
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
43-
- name: Update new version in krew-index
43+
- name: Update new version in fidelity/krew-index
4444
uses: rajatjindal/[email protected]
4545
env:
4646
## KREW_RELEASE_BOT_WEBHOOK_URL env helps you test your setup without actually publishing
4747
## remove this env when you are ready for real release
4848
KREW_RELEASE_BOT_WEBHOOK_URL: https://krew-release-bot-dryrun.rajatjindal.com/github-action-webhook
4949
UPSTREAM_KREW_INDEX_REPO_OWNER: fidelity
50-
UPSTREAM_KREW_INDEX_REPO_NAME: kconnect
50+
UPSTREAM_KREW_INDEX_REPO_NAME: krew-index

0 commit comments

Comments
 (0)