Skip to content

Commit dcac3b1

Browse files
Update CI
1 parent 1d1efe7 commit dcac3b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
DOTNET_NOLOGO: 1
99

1010
jobs:
11-
build-and-pack:
11+
release:
1212
runs-on: ubuntu-latest
1313

1414
strategy:
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet pack -c Release --nologo --no-build
4040

4141
- name: Push to NuGet
42-
run: dotnet nuget push -s nuget.org -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
42+
run: dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} **/*.nupkg
4343

4444
- name: Archive Artifacts
4545
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)