Skip to content

Commit

Permalink
Revert "Update CI.yml" (#134)
Browse files Browse the repository at this point in the history
This reverts commit 4e81547.
  • Loading branch information
antoinebou12 authored Mar 11, 2024
1 parent 4e81547 commit 32377d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
name: nuget-packages
path: ./nupkgs
- name: Push Serilog.Sinks.SentrySDK to NuGet
run: dotnet nuget push ./nupkgs/Serilog.Sinks.SentrySDK.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push ./nupkgs/Serilog.Sinks.SentrySDK.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
- name: Push Serilog.Sinks.SentrySDK.AspNetCore to NuGet
run: dotnet nuget push ./nupkgs/Serilog.Sinks.SentrySDK.AspNetCore.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push ./nupkgs/Serilog.Sinks.SentrySDK.AspNetCore.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 32377d9

Please sign in to comment.