Skip to content

Commit 340326d

Browse files
authored
Update dotnetcore.yml
1 parent 1933cc8 commit 340326d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Add Source Github NuGet
3737
run: dotnet nuget add source --username ojdev --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/OWNER/index.json"
3838
- name: Publish Symbols to Github NuGet
39-
run: dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.GITHUB_NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
39+
run: dotnet nuget push artifacts/*.symbols.nupkg --api-key ${{secrets.RABBITMQ_GNUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
4040

0 commit comments

Comments
 (0)