Skip to content

Clean Release

Clean Release #17

Workflow file for this run

name: Clean Release
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
call-merge:
uses: ./.github/workflows/merge.yml
call-cleanup:
needs: call-merge
uses: ./.github/workflows/cleanup.yml
call-release:
needs: call-cleanup
uses: ./.github/workflows/release.yml
call-documentation:
needs: call-release
uses: ./.github/workflows/documentation.yml