cd: fix typos

This commit is contained in:
Kingkor Roy Tirtho 2023-04-10 20:38:31 +06:00
parent 1f9c02cc1e
commit 74d93fc682

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
description: Version to release (x.x.x) description: Version to publish (x.x.x)
default: 2.7.1 default: 2.7.1
required: true required: true
dry_run: dry_run:
@ -12,7 +12,7 @@ on:
type: boolean type: boolean
default: true default: true
jobs: jobs:
description: Jobs to run description: Jobs to run (flathub,aur,winget,chocolatey)
required: true required: true
type: string type: string
default: "flathub,aur,winget,chocolatey" default: "flathub,aur,winget,chocolatey"