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 a369106 commit b38a376Copy full SHA for b38a376
.github/workflows/continuous-integration.yml
@@ -54,8 +54,7 @@ jobs:
54
with:
55
repo-token: ${{ github.token }}
56
tag: ${{ needs.package.outputs.version }}
57
- - run: dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --name github --username ${{ github.repository_owner }} --password ${{ github.token }} --store-password-in-clear-text
58
- uses: actions/download-artifact@v2
59
60
name: nuget-package-macos-latest
61
- - run: dotnet nuget push ${{ needs.package.outputs.nupkg-filename }} --source github
+ - run: dotnet nuget push ${{ needs.package.outputs.nupkg-filename }} --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"
0 commit comments