Skip to content

Commit 0badce7

Browse files
authored
Merge pull request #2 from Zio-Net/alex/workflow-fix
Update publish-nuget.yml
2 parents 9c487ab + 26b0c0f commit 0badce7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
env:
18-
LIB_PROJ: PromptProvider/PromptProvider.csproj
19-
TEST_PROJ: Tests/PromptProvider.Tests/PromptProvider.Tests.csproj
20-
18+
LIB_PROJ: PromptProvider.csproj
2119
steps:
2220
- uses: actions/checkout@v4
2321

0 commit comments

Comments
 (0)