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:
parent
fde8d6353b
commit
7e6fcd03c2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user