From ef4d74d174125e67f0c4f1e6dfef71f3912df9ab Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Tue, 18 Mar 2025 13:46:42 +1300 Subject: [PATCH] Correct nuget publish repository --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 596e1bc..6d5d5b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: --output . - name: Push run: dotnet nuget push CSSUDII.Sodium.Interop.${VERSION}.nupkg --source - https://nexus.119.224.65.18.sslip.io/repository/nuget/index.json + https://git.119.224.65.18.sslip.io/api/packages/CSSUDII/nuget/index.json --api-key ${GITHUB_TOKEN} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}