version-up-action/package.json
Philipp Horstenkamp aa9afe998d
All checks were successful
Try out action / Try action (push) Successful in 22s
Lint / pre-commit Lint (push) Successful in 41s
Initiated the action. (#1)
Reviewed-on: #1
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
2024-05-28 23:29:17 +02:00

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"
}
}