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 bdadc25 commit 87cc7eaCopy full SHA for 87cc7ea
.github/workflows/build-publish-nuget.yml
@@ -22,7 +22,7 @@ jobs:
22
DOTNET_VERSION: 8.0.x
23
SRC_DIRECTORY_PATH_LIB: ${{ github.workspace }}/src
24
PROJECT_NAME_LIB: PublicInterfaceGenerator
25
- NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '0.1.0-preview' }}.${{ github.run_number }}
+ NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '1.0.0-preview' }}.${{ github.run_number }}
26
PUSH_NUGET: ${{ github.event.inputs.push_nuget || false }}
27
28
steps:
0 commit comments