1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-07-23 18:05:43 +00:00

Update release.yml

This commit is contained in:
JKorf 2024-05-07 09:50:22 +02:00
parent fde8d6353b
commit 7e6fcd03c2

View File

@ -18,6 +18,6 @@ jobs:
- name: Test - name: Test
run: dotnet test -c Release --no-build run: dotnet test -c Release --no-build
- name: Pack nugets - name: Pack nugets
run: dotnet pack -c Release --no-build --include-symbols -p:PackageVersion=${{github.event.release.name}} --output . run: dotnet pack CryptoExchange.Net/CryptoExchange.Net.csproj -c Release --no-build --include-symbols -p:PackageVersion=${{github.event.release.name}} --output .
- name: Push Package to NuGet - name: Push Package to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json