Skip to content

Commit d6f7ccd

Browse files
committed
Fix test publish endpoint
1 parent 96f0dc0 commit d6f7ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Pack
2929
run: dotnet pack --configuration Release -p:PackageVersion=${{ github.event.inputs.packageVersion }}
3030
- name: Push
31-
run: dotnet nuget push ./bin/Release/*.nupkg -s https://dev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}
31+
run: dotnet nuget push ./bin/Release/*.nupkg -s https://apidev.nugettest.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)