From 3cfd2cb9bd9c7a0579a7661714da1d688a69352b Mon Sep 17 00:00:00 2001 From: arabian Date: Fri, 26 Sep 2025 23:31:51 +0300 Subject: [PATCH] update descriptions in github actions to use new tags format --- .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 c0bbc03..00a8f6a 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. 1.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 67b4bf5..2721966 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. 1.0.0)' + description: 'Tag to attach assets to (e.g. v1.0.0)' required: false jobs: