From c02fdc549237f6ab716a982885e46b65523f1b25 Mon Sep 17 00:00:00 2001 From: JustFixMe Date: Wed, 13 Dec 2023 20:15:56 +0400 Subject: [PATCH] added more nuget info --- .gitea/workflows/publish-nuget.yaml | 2 +- Railway/Railway.csproj | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-nuget.yaml b/.gitea/workflows/publish-nuget.yaml index 8fe8683..5e45671 100644 --- a/.gitea/workflows/publish-nuget.yaml +++ b/.gitea/workflows/publish-nuget.yaml @@ -35,4 +35,4 @@ jobs: run: dotnet nuget push --source gitea_registry --api-key ${{ secrets.LOCAL_NUGET_PACKAGE_TOKEN }} nupkgs/*.nupkg - name: Publish the package to NuGet.org - run: dotnet nuget push --api-key ${{ secrets.NUGET_PACKAGE_TOKEN }} nupkgs/*.nupkg + run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PACKAGE_TOKEN }} nupkgs/*.nupkg diff --git a/Railway/Railway.csproj b/Railway/Railway.csproj index 0bc2348..0cb22bd 100644 --- a/Railway/Railway.csproj +++ b/Railway/Railway.csproj @@ -11,7 +11,9 @@ railway-oriented;functional;result-pattern;result-object;error-handling JustFixMe Copyright (c) 2023 JustFixMe - MIT + LICENSE + README.md + https://github.com/JustFixMe/Just.Railway/ true @@ -26,6 +28,11 @@ + + + + +