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 7401aa9 commit f249175Copy full SHA for f249175
.github/workflows/release.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Pack
20
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
21
- name: Push
22
- run: dotnet nuget push *.nupkg --api-key ${NUGET_KEY}
+ run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_KEY}
23
env:
24
NUGET_KEY: ${{ secrets.NUGET_KEY }}
0 commit comments