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 917de95 commit 56a9af2Copy full SHA for 56a9af2
.github/workflows/dotnet-core-release.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ${{ matrix.os }}
13
env:
14
- VERSION: 4.2.0-beta.1
+ VERSION: 4.2.0-beta.3
15
strategy:
16
matrix:
17
os: [ubuntu-latest]
@@ -43,4 +43,4 @@ jobs:
43
- name: Create Packages
44
run: dotnet pack --configuration Release --output ../nupkgs -p:PackageVersion=${{env.VERSION}} --include-source --include-symbols
45
- 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
+ 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