From c4dab22f95d0d52ae72de46c9a35cee397cea99f Mon Sep 17 00:00:00 2001 From: JustFixMe Date: Mon, 27 Nov 2023 22:56:07 +0400 Subject: [PATCH] fix gitea instance url --- .gitea/workflows/publish-nuget.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-nuget.yaml b/.gitea/workflows/publish-nuget.yaml index a849c23..b24b90d 100644 --- a/.gitea/workflows/publish-nuget.yaml +++ b/.gitea/workflows/publish-nuget.yaml @@ -25,7 +25,7 @@ jobs: run: dotnet build --no-restore --configuration Release Railway/Railway.csproj - name: Setup nuget source - run: dotnet nuget add source --name gitea_registry https://gitea.example.com/api/packages/just/nuget/index.json + run: dotnet nuget add source --name gitea_registry https://gitea.jstdev.ru/api/packages/just/nuget/index.json - name: Create the package env: