Users/shigupt/fixing helm latest releases master (#14)

* Updating the logic for downloading latest Helm version

* Adding semver to package.json
This commit is contained in:
shigupt202
2020-05-13 21:53:04 +05:30
committed by GitHub
parent f404b8932e
commit b1c4524a5f
3 changed files with 68 additions and 46 deletions

View File

@ -9,7 +9,8 @@
"@actions/tool-cache": "1.1.2",
"@actions/io": "^1.0.0",
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0"
"@actions/exec": "^1.0.0",
"semver": "^6.1.0"
},
"main": "lib/run.js",
"scripts": {