From 74d93fc682c1ea7d3235209ab3fd9a4a17e98475 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 10 Apr 2023 20:38:31 +0600 Subject: [PATCH] cd: fix typos --- .github/workflows/spotube-publish-binary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spotube-publish-binary.yml b/.github/workflows/spotube-publish-binary.yml index 487befbd..4761080d 100644 --- a/.github/workflows/spotube-publish-binary.yml +++ b/.github/workflows/spotube-publish-binary.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: version: - description: Version to release (x.x.x) + description: Version to publish (x.x.x) default: 2.7.1 required: true dry_run: @@ -12,7 +12,7 @@ on: type: boolean default: true jobs: - description: Jobs to run + description: Jobs to run (flathub,aur,winget,chocolatey) required: true type: string default: "flathub,aur,winget,chocolatey"