Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Beauchamp <[email protected]>
  • Loading branch information
rbeauchamp committed Sep 12, 2024
1 parent 048cf24 commit 972ac54
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
$package = Get-ChildItem -Path ./nuget -Filter RxDBDotNet*.nupkg | Select-Object -First 1
dotnet nuget push $package.FullName --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: Publish symbols package to NuGet.org
run: |
$symbolsPackage = Get-ChildItem -Path ./nuget -Filter RxDBDotNet*.snupkg | Select-Object -First 1
dotnet nuget push $symbolsPackage.FullName --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: Display Package Info
run: |
echo "Package files:"
Expand Down

0 comments on commit 972ac54

Please sign in to comment.