diff --git a/.github/workflows/nuget_workflow.yml b/.github/workflows/nuget_workflow.yml index a0d469b..1e74756 100644 --- a/.github/workflows/nuget_workflow.yml +++ b/.github/workflows/nuget_workflow.yml @@ -45,6 +45,6 @@ jobs: - name: Pack Security.OAuth run: dotnet pack src/Security.OAuth/Security.OAuth.csproj /p:NuspecFile=./FrostAura.Libraries.Security.OAuth.nuspec --version-suffix "${{ github.run_id }}" -o "$OUT_DIR" -c Release --include-symbols -p:SymbolPackageFormat=snupkg - name: Pack Semantic.Core - run: dotnet pack src/Semantic.Core/FrostAura.Libraries.Intelligence.Semantic.Core.csproj /p:NuspecFile=./FrostAura.Libraries.Intelligence.Semantic.Core.nuspec --version-suffix "${{ github.run_id }}" -o "$OUT_DIR" -c Release --include-symbols -p:SymbolPackageFormat=snupkg + run: dotnet pack src/Semantic.Core/Semantic.Core.csproj /p:NuspecFile=./FrostAura.Libraries.Intelligence.Semantic.Core.nuspec --version-suffix "${{ github.run_id }}" -o "$OUT_DIR" -c Release --include-symbols -p:SymbolPackageFormat=snupkg - name: Publish NuGet Packages run: dotnet nuget push "$OUT_DIR/*.nupkg" -k "${{ secrets.NUGET_API_KEY }}" -s "https://api.nuget.org/v3/index.json" --skip-duplicate \ No newline at end of file