Fixed action to publish nuget.
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 47s

This commit is contained in:
2025-07-01 14:15:07 +02:00
parent f243f30e52
commit 3b84826097

View File

@ -17,7 +17,7 @@ jobs:
apt-get install -y curl gnupg apt-get install -y curl gnupg
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs git apt-get install -y nodejs git
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -35,4 +35,4 @@ jobs:
run: | run: |
dotnet nuget push out/*.nupkg \ dotnet nuget push out/*.nupkg \
--api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \ --api-key "${{ secrets.NUGET_PUBLISH_TOKEN }}" \
--source "https://gitea.masita.net/mc/portaloggy/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json" --source "https://gitea.masita.net/api/packages/${{ secrets.NUGET_PUBLISH_USERNAME }}/nuget/index.json"