1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-28 00:17:12 +01:00

Take in version and is latest

This commit is contained in:
Gastón Fournier 2024-12-13 15:40:19 +01:00
parent 20f6283be5
commit 1bc8ccaf34
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -18,6 +18,16 @@ on:
type: boolean
default: true
workflow_dispatch:
inputs:
version:
description: "Which version to release"
type: 'string'
required: true
is-latest-version:
description: Is this the latest version? If latest we'll update the version docker
required: true
type: boolean
default: true
jobs:
build: