mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: fix typos
This commit is contained in:
parent
1f9c02cc1e
commit
74d93fc682
4
.github/workflows/spotube-publish-binary.yml
vendored
4
.github/workflows/spotube-publish-binary.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user