Skip to content

Commit 87cc7ea

Browse files
committed
Changed default version number for nuget build
1 parent bdadc25 commit 87cc7ea

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
@@ -22,7 +22,7 @@ jobs:
2222
DOTNET_VERSION: 8.0.x
2323
SRC_DIRECTORY_PATH_LIB: ${{ github.workspace }}/src
2424
PROJECT_NAME_LIB: PublicInterfaceGenerator
25-
NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '0.1.0-preview' }}.${{ github.run_number }}
25+
NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '1.0.0-preview' }}.${{ github.run_number }}
2626
PUSH_NUGET: ${{ github.event.inputs.push_nuget || false }}
2727

2828
steps:

0 commit comments

Comments
 (0)