Skip to content

Commit

Permalink
Fix nuget workflow inputs (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Oct 10, 2023
1 parent 80b71c5 commit 102c4c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Deploy NuGet Package

on:
workflow_dispatch:
version_number:
description: "New Version"
required: true
inputs:
version_number:
description: "New Version"
required: true

jobs:
generate_schemas:
Expand Down

0 comments on commit 102c4c9

Please sign in to comment.