We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad405d2 commit 7a91c56Copy full SHA for 7a91c56
1 file changed
.github/workflows/publish.yml
@@ -42,4 +42,5 @@ jobs:
42
- name: Publish NuGet package
43
run: dotnet nuget push packages/*.nupkg \
44
--api-key ${{ secrets.NUGET_API_KEY }} \
45
- --source https://api.nuget.org/v3/index.json
+ --source https://nuget.pkg.github.com/viklover/index.json
46
+
0 commit comments