Skip to content

Commit 74d93fc

Browse files
committed
cd: fix typos
1 parent 1f9c02c commit 74d93fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spotube-publish-binary.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
inputs:
55
version:
6-
description: Version to release (x.x.x)
6+
description: Version to publish (x.x.x)
77
default: 2.7.1
88
required: true
99
dry_run:
@@ -12,7 +12,7 @@ on:
1212
type: boolean
1313
default: true
1414
jobs:
15-
description: Jobs to run
15+
description: Jobs to run (flathub,aur,winget,chocolatey)
1616
required: true
1717
type: string
1818
default: "flathub,aur,winget,chocolatey"

0 commit comments

Comments
 (0)