File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,6 @@ jobs:
204
204
- name : Publish package to NuGet Registry
205
205
if : ${{ github.event_name == 'release' }}
206
206
run : |
207
- dotnet nuget push **/Fido2.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.nuget_api_key }}
208
- dotnet nuget push **/Fido2.Models.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.nuget_api_key }}
209
- dotnet nuget push **/Fido2.AspNet.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.nuget_api_key }}
207
+ dotnet nuget push **/Fido2.nupkg --source " https://api.nuget.org/v3/index.json" --api-key " ${{ secrets.nuget_api_key }}"
208
+ dotnet nuget push **/Fido2.Models.nupkg --source " https://api.nuget.org/v3/index.json" --api-key " ${{ secrets.nuget_api_key }}"
209
+ dotnet nuget push **/Fido2.AspNet.nupkg --source " 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