once agian
Some checks failed
Build NuGet / build (push) Failing after 33s

This commit is contained in:
2026-04-06 11:36:00 -04:00
parent 737ccfb2c4
commit 1bbdb1125d

View File

@@ -29,8 +29,10 @@ jobs:
- name: Publish - name: Publish
run: | run: |
dotnet nuget push ./packages/*.nupkg \ dotnet nuget push ./packages/*.nupkg \
--source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json --allow-insecure-connections true --source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json \
--api-key e59e39d60f30b539ae594d8cfc7a9771883d2eb0 --allow-insecure-connections true \
--username Ronnie \
--api-key ${{ secrets.NUGET_KEY }}
# name: Gitea Actions Demo # name: Gitea Actions Demo
# run-name: ${{ gitea.actor }} is testing out Gitea Actions # run-name: ${{ gitea.actor }} is testing out Gitea Actions