chore: fix commit Release
All checks were successful
Release Rai.PacketMediator / preprocess (push) Successful in 2s
Release Rai.PacketMediator / build (push) Successful in 19s
Release Rai.PacketMediator / publish (push) Successful in 24s
Release Rai.PacketMediator / generate-licences (push) Successful in 30s

This commit is contained in:
Timothy Schenk 2024-02-08 13:32:17 +01:00
parent 2388d548fe
commit d330242470

View file

@ -51,7 +51,8 @@ jobs:
- name: Pack nugets
run: dotnet build -p:PackageVersion=${{env.VERSION}} -c Release --output .
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/symbols
run: |
dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json
generate-licences:
needs: [ build, preprocess ]