Skip to content

Commit 734436b

Browse files
fix source url
1 parent 2a2ced0 commit 734436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: dotnet pack ./Testimize/Testimize.csproj --configuration Release --no-build --output ./nupkg
3535

3636
- name: Publish to NuGet.org
37-
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json
37+
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source "https://api.nuget.org/v3/index.json"

0 commit comments

Comments
 (0)