File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
tag_exists = true;
69
69
core.info(`the tag ${tag} already exists on ${resp.data.object.type} ${resp.data.object.sha}`);
70
70
} catch(err) {
71
- if(err.status !== 404){
71
+ if(err.status !== 404 && err.status !== '404' ){
72
72
throw err;
73
73
}
74
74
}
@@ -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/move2kube-upload-release-action@v3
125
+ - uses : konveyor/move2kube-upload-release-action@v3.0.1
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