specify nuget source
This commit is contained in:
@@ -20,4 +20,4 @@ jobs:
|
|||||||
- name: Pack
|
- name: Pack
|
||||||
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
|
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
|
||||||
- name: Push
|
- name: Push
|
||||||
run: dotnet nuget push ViteProxy.${VERSION}.nupkg --api-key ${{ secrets.NUGET_PUSH_API_KEY }}
|
run: dotnet nuget push ViteProxy.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUSH_API_KEY }}
|
||||||
Reference in New Issue
Block a user