Skip to content

Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 (#202) #11

Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 (#202)

Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 (#202) #11

Workflow file for this run

# If this file is renamed, the incrementing run attempt number will be reset.
name: Release
on:
push:
tags:
- '*'
env:
CI_BUILD_NUMBER: ${{ github.run_number }}
CI_TARGET_BRANCH: ${{ github.head_ref || github.ref_name }}
CI_COMMIT_TAG: ${{ github.ref_name }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build and Publish
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
shell: pwsh
run: |
./Build.ps1
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "artifacts/*.nupkg"
generateReleaseNotes: true