Reviewed-on: #1 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
"name": "version-up-action",
|
|
"version": "0.1.0",
|
|
"description": "Checks for the highes possible downloadable url by exchangeing and increasing the version number.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1"
|
|
}
|
|
}
|