From fd511a89a260bf4da0d9ac311dfd0af98f30dc23 Mon Sep 17 00:00:00 2001 From: Ron Cohen Date: Thu, 16 Apr 2026 22:35:32 +0200 Subject: [PATCH] chore: quote publish workflow input description --- .github/workflows/publish-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 53546d0..7a11dda 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: tag: - description: Git tag to publish (for example: v0.0.1) + description: "Git tag to publish (for example: v0.0.1)" required: true type: string