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: