Update .gitea/workflows/publish-nuget.yml
Pack and Push NuGet Package / publish (push) Successful in 1m5s

This commit is contained in:
mc
2026-09-13 16:45:09 +02:00
parent 3a841a63d7
commit 7f975ece6b
+1 -1
View File
@@ -37,4 +37,4 @@ jobs:
run: | run: |
dotnet nuget push out/*.nupkg \ dotnet nuget push out/*.nupkg \
--api-key "$CI_TOKEN" \ --api-key "$CI_TOKEN" \
--source "https://gitea.masita.net/api/packages/ci/nuget/index.json" --source "https://gitea.masita.net/api/packages/mc/nuget/index.json"