Skip to content

Commit 4d081f7

Browse files
ci: rename the custom github actions to use the new repo names (#171)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent b44a001 commit 4d081f7

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
@@ -109,7 +109,7 @@ jobs:
109109
ref: ${{ github.event.inputs.commit_ref }}
110110
fetch-depth: 0
111111
- name: create release draft
112-
uses: konveyor/create-release-draft@v1
112+
uses: konveyor/move2kube-create-release-draft@v1
113113
with:
114114
token: ${{ secrets.GITHUB_TOKEN }}
115115
tag: ${{ github.event.inputs.tag }}
@@ -122,7 +122,7 @@ jobs:
122122
- run: mv *.tgz temp/
123123
- run: curl -L -o oldindex.yaml https://move2kube.konveyor.io/index.yaml
124124
- run: helm repo index --merge oldindex.yaml --url https://github.com/konveyor/move2kube-ui/releases/download/${{ github.event.inputs.tag }} temp/
125-
- uses: konveyor/upload-release-action@v3
125+
- uses: konveyor/move2kube-upload-release-action@v3
126126
with:
127127
repo_token: ${{ secrets.GITHUB_TOKEN }}
128128
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)