We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1efe7 commit dcac3b1Copy full SHA for dcac3b1
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ env:
8
DOTNET_NOLOGO: 1
9
10
jobs:
11
- build-and-pack:
+ release:
12
runs-on: ubuntu-latest
13
14
strategy:
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet pack -c Release --nologo --no-build
40
41
- name: Push to NuGet
42
- run: dotnet nuget push -s nuget.org -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
+ run: dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
43
44
- name: Archive Artifacts
45
uses: actions/upload-artifact@v3
0 commit comments