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
|
- name: 🛜 Publish to Nuget
|
||||||
run: |
|
run: |
|
||||||
dotnet nuget push "${{ steps.package-path.outputs.package }}" \
|
dotnet nuget push "${{ steps.package-path.outputs.package }}" \
|
||||||
--api-key "${{ secrets.NUGET_API_KEY }}" \
|
--source "http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" \
|
||||||
--source "https://api.nuget.org/v3/index.json" --skip-duplicate
|
--allow-insecure-connections \
|
||||||
|
--api-key "${{ secrets.NUGET_KEY }}" \
|
||||||
|
--skip-duplicate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user