From a59f3a2f2de3eb4034a1c1bb3468d36aac864102 Mon Sep 17 00:00:00 2001 From: Brandon Bernard Date: Tue, 21 May 2024 16:09:54 -0500 Subject: [PATCH] Fix to publish RepoDbExtensionts.PagingPrimitives package because it is missing. --- .github/workflows/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7bc79c..0677322 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,14 @@ jobs: - name: Run a one-line script run: echo Executing Main Branch NuGet Publish Workflow! - - name: "Publish NuGet: RepoDb.SqlServer.PagingOperations" + - name: "Publish NuGet: RepoDbExtensions.PagingPrimitives" + uses: alirezanet/publish-nuget@v3.0.4 + with: + # Filepath of the project to be packaged, relative to root of repository + PROJECT_FILE_PATH: RepoDb.PagingPrimitives/RepoDbExtensions.PagingPrimitives.csproj + NUGET_KEY: ${{secrets.NUGET_API_KEY}} + + - name: "Publish NuGet: RepoDbExtensions.SqlServer.PagingOperations" uses: alirezanet/publish-nuget@v3.0.4 with: # Filepath of the project to be packaged, relative to root of repository