Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Jan 23, 2024
1 parent 6aa421f commit 1483bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Expand Up @@ -8,7 +8,7 @@ on:
version:
description: 'Version to build'
required: true
default: '1.0.5'
default: '1.0.6'

jobs:
build:
Expand Down Expand Up @@ -84,4 +84,4 @@ jobs:
- 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
- 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 1483bb9

Please sign in to comment.