From 9a1107fb41fecb943e0a9de49248711d1b783967 Mon Sep 17 00:00:00 2001 From: arabian <55220741+arabianq@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:50:13 +0300 Subject: [PATCH] Update build-release.yml change workflow_dispatch description --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5242987..603417d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: tag: - description: 'Tag to attach assets to (e.g. v1.0.0)' + description: 'Tag to attach assets to (e.g. 1.0.0)' required: true jobs: