diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4624a4e..ccd9034 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,4 +29,6 @@ jobs: - name: Package run: dotnet pack ./src/Solid.Identity.Protocols.WsTrust.sln --configuration Release --no-build -p:Version=${{ env.package_version }} -o ./ - name: Push - run: dotnet nuget push Solid.Identity.Protocols.WsTrust.${{env.package_version}}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} + run: | + dotnet nuget push Solid.Identity.Protocols.WsTrust.${{env.package_version}}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} + dotnet nuget push Solid.ServiceModel.Security.WsTrust.${{env.package_version}}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} \ No newline at end of file