Improve builder name generation

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-01-02 00:54:52 +01:00
parent 5c0276ad2c
commit db0ae322da
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 741 additions and 118 deletions

View file

@ -31,7 +31,8 @@
"@actions/exec": "^1.0.4",
"@actions/http-client": "^1.0.9",
"@actions/tool-cache": "^1.6.1",
"semver": "^7.3.4"
"semver": "^7.3.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.3",