Skip to content

ci: Added Run trigger to local release (#54) #9

ci: Added Run trigger to local release (#54)

ci: Added Run trigger to local release (#54) #9

Workflow file for this run

name: Create pipelines release

Check failure on line 1 in .github/workflows/local-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/local-release.yml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
on:
push:
branches:
- main
workflow_run:
jobs:
version:
name: Version
uses: ./.github/workflows/step-dotnet-version.yml
with:
dotnet-version: '8.x'
dotnet-quality: 'ga'
release:
name: Release
needs:
- version
uses: ./.github/workflows/step-dotnet-draft-release.yml
with:
runs-on: 'ubuntu-latest'
solution-version: ${{ needs.version.outputs.solution-version }}