From 4d081f78d25de85feab334361ab34d5cd1c8f3bc Mon Sep 17 00:00:00 2001 From: Hari Date: Fri, 19 Apr 2024 16:36:50 +0530 Subject: [PATCH] ci: rename the custom github actions to use the new repo names (#171) Signed-off-by: Harikrishnan Balagopal --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 959a162..79c3477 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: ref: ${{ github.event.inputs.commit_ref }} fetch-depth: 0 - name: create release draft - uses: konveyor/create-release-draft@v1 + uses: konveyor/move2kube-create-release-draft@v1 with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }} @@ -122,7 +122,7 @@ jobs: - run: mv *.tgz temp/ - run: curl -L -o oldindex.yaml https://move2kube.konveyor.io/index.yaml - run: helm repo index --merge oldindex.yaml --url https://github.com/konveyor/move2kube-ui/releases/download/${{ github.event.inputs.tag }} temp/ - - uses: konveyor/upload-release-action@v3 + - uses: konveyor/move2kube-upload-release-action@v3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag }}