We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94af13f commit d1b28dbCopy full SHA for d1b28db
.github/workflows/dotnet.yml
@@ -51,4 +51,4 @@ jobs:
51
path: ./artifacts
52
- name: Delivery nuget to Github Packages
53
if: ${{ github.actor != 'dependabot[bot]' }}
54
- run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/MakingSense/index.json'
+ run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/FromDoppler/index.json'
0 commit comments