Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gislikonrad committed Jan 18, 2021
1 parent 1131d29 commit d8f1a1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit d8f1a1e

Please sign in to comment.