Skip to content

Bump the nservicebuscore group in /src with 4 updates (#4705) #2917

Bump the nservicebuscore group in /src with 4 updates (#4705)

Bump the nservicebuscore group in /src with 4 updates (#4705) #2917

Workflow file for this run

name: Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-*'
env:
DOTNET_NOLOGO: true
jobs:
windows-installers:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/build-windows.yml
secrets: inherit
containers:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/build-containers.yml
secrets: inherit
db-container:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/build-db-container.yml
secrets: inherit