mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 05:13:21 +00:00
Update release.yml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user