version-up-action/package.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"
}
}