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