Skip to content

Commit 14212c1

Browse files
committed
Udpdate to fix Nuget publish actions to consistently use RepoDbExtensions prefix now.
1 parent d6b03f6 commit 14212c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
uses: alirezanet/publish-nuget@v3.0.4
3131
with:
3232
# Filepath of the project to be packaged, relative to root of repository
33-
PROJECT_FILE_PATH: RepoDb.PagingPrimitives/RepoDb.PagingPrimitives.csproj
33+
PROJECT_FILE_PATH: RepoDbExtensions.PagingPrimitives/RepoDbExtensions.PagingPrimitives.csproj
3434
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
3535

3636
- name: "Publish NuGet: RepoDbExtensions.SqlServer.PagingOperations"
3737
uses: alirezanet/publish-nuget@v3.0.4
3838
with:
3939
# Filepath of the project to be packaged, relative to root of repository
40-
PROJECT_FILE_PATH: RepoDb.SqlServer.PagingOperations/RepoDb.SqlServer.PagingOperations.csproj
40+
PROJECT_FILE_PATH: RepoDbExtensions.SqlServer.PagingOperations/RepoDbExtensions.SqlServer.PagingOperations.csproj
4141
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
4242

4343
- name: "Publish NuGet: GraphQL.ResolverProcessingExtensions"

0 commit comments

Comments
 (0)