Skip to content

Commit 7a91c56

Browse files
committed
Test adding github packages registry
1 parent ad405d2 commit 7a91c56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
- name: Publish NuGet package
4343
run: dotnet nuget push packages/*.nupkg \
4444
--api-key ${{ secrets.NUGET_API_KEY }} \
45-
--source https://api.nuget.org/v3/index.json
45+
--source https://nuget.pkg.github.com/viklover/index.json
46+

0 commit comments

Comments
 (0)