We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021a979 commit 21cbba0Copy full SHA for 21cbba0
.github/workflows/build-publish-nuget.yml
@@ -23,7 +23,7 @@ jobs:
23
DOTNET_VERSION: 9.0.x
24
SRC_DIRECTORY_PATH_LIB: ${{ github.workspace }}/src
25
PROJECT_NAME_LIB: PublicInterfaceGenerator
26
- NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '1.0.0-preview' }}.${{ github.run_number }}
+ NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '1.0.1-preview' }}.${{ github.run_number }}
27
PUSH_NUGET: ${{ github.event.inputs.push_nuget || false }}
28
29
steps:
0 commit comments