10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-11 17:24:19 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": {