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: