version-up-action/action.yaml
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

20 lines
625 B
YAML

name: Increment version number to max.
author: Philipp Horstenkamp
description: Increases a version number until the the version number is invalid. Onyl updates minor and below. No support for previews. Only Semantic numbers are supported.
inputs:
url-pattern:
description: The url from which to download. Needs to contain at least one {{VERSION}} marker to be replaced.
required: true
start-version:
description: The version number with wich to start.
required: true
outputs:
current_version:
description: The maximum currently downloadable version found.
runs:
using: node20
main: index.js