rhbrrhhgr
Some checks failed
Build NuGet / build (push) Failing after 31s

This commit is contained in:
2026-04-06 11:37:37 -04:00
parent 1bbdb1125d
commit 5684a647cf

View File

@@ -31,7 +31,6 @@ jobs:
dotnet nuget push ./packages/*.nupkg \ dotnet nuget push ./packages/*.nupkg \
--source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json \ --source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json \
--allow-insecure-connections true \ --allow-insecure-connections true \
--username Ronnie \
--api-key ${{ secrets.NUGET_KEY }} --api-key ${{ secrets.NUGET_KEY }}
# name: Gitea Actions Demo # name: Gitea Actions Demo