Skip to content

Commit f098827

Browse files
authored
Pubhlish to nuget (#483)
* Pubhlish to nuget * Fixed lines
1 parent 76fc314 commit f098827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,6 @@ jobs:
204204
- name: Publish package to NuGet Registry
205205
if: ${{ github.event_name == 'release' }}
206206
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 }}"

0 commit comments

Comments
 (0)