Skip to content

Commit 21cbba0

Browse files
committed
Updated the default nuget version number
1 parent 021a979 commit 21cbba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
DOTNET_VERSION: 9.0.x
2424
SRC_DIRECTORY_PATH_LIB: ${{ github.workspace }}/src
2525
PROJECT_NAME_LIB: PublicInterfaceGenerator
26-
NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '1.0.0-preview' }}.${{ github.run_number }}
26+
NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '1.0.1-preview' }}.${{ github.run_number }}
2727
PUSH_NUGET: ${{ github.event.inputs.push_nuget || false }}
2828

2929
steps:

0 commit comments

Comments
 (0)