Skip to content

NuGet Package

NuGet Package #5

Workflow file for this run

name: NuGet Package
on:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]
permissions:
actions: read
contents: write
jobs:
nuget:
name: Publish
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
uses: dailydevops/pipelines/.github/workflows/[email protected]
with:
workflowName: ${{ github.event.workflow_run.name }}
artifactPattern: release-packages-*
environment: NuGet
runId: ${{ github.event.workflow_run.id }}
secrets: inherit