This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : push
54
54
run : |
55
- dotnet nuget push Solid.IdentityModel.Tokens.${{env.package_version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
56
- dotnet nuget push Solid.IdentityModel.Xml.${{env.package_version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
57
- dotnet nuget push Solid.IdentityModel.Tokens.Saml.${{env.package_version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
58
- dotnet nuget push Solid.IdentityModel.FederationMetadata.${{env.package_version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
55
+ dotnet nuget push Solid.IdentityModel.Tokens.${{steps.semver.outputs.semantic-version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
56
+ dotnet nuget push Solid.IdentityModel.Xml.${{steps.semver.outputs.semantic-version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
57
+ dotnet nuget push Solid.IdentityModel.Tokens.Saml.${{steps.semver.outputs.semantic-version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
58
+ dotnet nuget push Solid.IdentityModel.FederationMetadata.${{steps.semver.outputs.semantic-version }}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
You can’t perform that action at this time.
0 commit comments