From 69ec337f3e7b85e9295815ae9aa434ff7aeebb0a Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Wed, 4 Sep 2024 12:33:22 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 46d6dca4..5ad75964 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,10 +1,11 @@ name: Release to NuGet + on: workflow_dispatch: inputs: packageVersion: - required: true - type: string + required: true + type: string jobs: publish: runs-on: ubuntu-latest