mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Update release.yml
This commit is contained in:
@@ -18,6 +18,6 @@ jobs:
|
||||
- name: Test
|
||||
run: dotnet test -c Release --no-build
|
||||
- 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
|
||||
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
|
||||
Reference in New Issue
Block a user