We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d9c40 + a65f005 commit fd1041dCopy full SHA for fd1041d
1 file changed
.github/workflows/publish.yml
@@ -42,5 +42,5 @@ jobs:
42
43
- name: Push
44
run: |
45
- dotnet nuget push "./artifacts/*.nupkg" --source "https://nuget.pkg.github.com/NatchEurope/index.json" --api-key "${{secrets.GITHUB_TOKEN}}"
+ dotnet nuget push "./artifacts/*.nupkg" --source "https://nuget.pkg.github.com/ESC-BV/index.json" --api-key "${{secrets.GITHUB_TOKEN}}"
46
dotnet nuget push "./artifacts/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key "${{secrets.NUGET_API_KEY}}"
0 commit comments