File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
ref : ${{ github.event.inputs.commit_ref }}
110
110
fetch-depth : 0
111
111
- name : create release draft
112
- uses : konveyor/create-release-draft@v1
112
+ uses : konveyor/move2kube- create-release-draft@v1
113
113
with :
114
114
token : ${{ secrets.GITHUB_TOKEN }}
115
115
tag : ${{ github.event.inputs.tag }}
@@ -122,7 +122,7 @@ jobs:
122
122
- run : mv *.tgz temp/
123
123
- run : curl -L -o oldindex.yaml https://move2kube.konveyor.io/index.yaml
124
124
- 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
126
126
with :
127
127
repo_token : ${{ secrets.GITHUB_TOKEN }}
128
128
tag : ${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments