Skip to content

Commit

Permalink
Fix to publish RepoDbExtensionts.PagingPrimitives package because it …
Browse files Browse the repository at this point in the history
…is missing.
  • Loading branch information
cajuncoding committed May 21, 2024
1 parent 4a42870 commit a59f3a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
with:
# Filepath of the project to be packaged, relative to root of repository
Expand Down

0 comments on commit a59f3a2

Please sign in to comment.