diff --git a/.github/workflows/publish_Olive.yml b/.github/workflows/publish_Olive.yml index 7dfb73be..230cc1c1 100644 --- a/.github/workflows/publish_Olive.yml +++ b/.github/workflows/publish_Olive.yml @@ -457,4 +457,10 @@ jobs: uses: Geeksltd/publish-nuget@v2 with: PROJECT_FILE_PATH: Olive.OpenAI.Voice/Olive.OpenAI.Voice/Olive.OpenAI.Voice.csproj + NUGET_KEY: ${{secrets.NUGET_API_KEY}} + + - name: Publish Olive MFA NuGet Package + uses: Geeksltd/publish-nuget@v2 + with: + PROJECT_FILE_PATH: Olive.MFA/Olive.MFA.csproj NUGET_KEY: ${{secrets.NUGET_API_KEY}} \ No newline at end of file