You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
485 B

name: "PLIST/XML/JSON Version Bump"
description: "Replaces versions in PLIST/JSON/XML for easier version updating."
author: "Bitwarden"
branding:
icon: download
color: blue
inputs:
version:
description: "Newest version to use."
default: "2023.12.1"
required: true
file_path:
description: "Path to the file to apply the new version."
default: "./"
required: true
outputs:
status:
description: "Status"
runs:
using: "docker"
image: "Dockerfile"