local nuget gitea
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -95,5 +95,8 @@ jobs:
|
||||
- name: 🛜 Publish to Nuget
|
||||
run: |
|
||||
dotnet nuget push "${{ steps.package-path.outputs.package }}" \
|
||||
--api-key "${{ secrets.NUGET_API_KEY }}" \
|
||||
--source "https://api.nuget.org/v3/index.json" --skip-duplicate
|
||||
--source "http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" \
|
||||
--allow-insecure-connections \
|
||||
--api-key "${{ secrets.NUGET_KEY }}" \
|
||||
--skip-duplicate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user