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: