From 5007b483aac85365c55579fc5a17c5144eb7f48f Mon Sep 17 00:00:00 2001 From: arabian Date: Wed, 28 Jan 2026 22:38:10 +0300 Subject: [PATCH] refactor --- .github/workflows/release-archive.yml | 2 +- .github/workflows/release-deb.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-archive.yml b/.github/workflows/release-archive.yml index 4ff68fd..4118612 100644 --- a/.github/workflows/release-archive.yml +++ b/.github/workflows/release-archive.yml @@ -10,7 +10,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. v1.0.0)" required: false jobs: diff --git a/.github/workflows/release-deb.yml b/.github/workflows/release-deb.yml index 2721966..89b0eef 100644 --- a/.github/workflows/release-deb.yml +++ b/.github/workflows/release-deb.yml @@ -10,7 +10,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. v1.0.0)" required: false jobs: