Skip to content

NuGet Package

NuGet Package #406

Workflow file for this run

name: NuGet Package
on:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]
permissions:
actions: read
contents: write
pull-requests: write
concurrency:
group: publish-nuget
cancel-in-progress: true
jobs:
nuget:
name: Publish
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
with:
workflowName: ${{ github.event.workflow_run.name }}
artifactPattern: release-packages-*
environment: NuGet
runId: ${{ github.event.workflow_run.id }}
secrets: inherit