chore: fix commit Release
All checks were successful
All checks were successful
This commit is contained in:
parent
2388d548fe
commit
d330242470
1 changed files with 2 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue