Skip to content

Commit 56a9af2

Browse files
authored
Update dotnet-core-release.yml
1 parent 917de95 commit 56a9af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
1313
env:
14-
VERSION: 4.2.0-beta.1
14+
VERSION: 4.2.0-beta.3
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
@@ -43,4 +43,4 @@ jobs:
4343
- name: Create Packages
4444
run: dotnet pack --configuration Release --output ../nupkgs -p:PackageVersion=${{env.VERSION}} --include-source --include-symbols
4545
- name: Deploy Package Nuget
46-
run: dotnet nuget push -k ${{secrets.NUGET_API_TOKEN}} -s https://www.nuget.org ../nupkgs/*.${{env.VERSION}}.nupkg --skip-duplicate
46+
run: dotnet nuget push -k ${{secrets.NUGET_API_TOKEN}} -s https://api.nuget.org/v3/index.json ../nupkgs/*.${{env.VERSION}}.nupkg --skip-duplicate

0 commit comments

Comments
 (0)