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 @@
+
+
+
+
+