Skip to content

Moodle Plugin Release

Reusable release workflow for Moodle plugins.

File: .github/workflows/moodle-plugin-release.yml

Use it when a tagged Moodle release should validate version.php, attach a ZIP to the GitHub Release, and optionally trigger Private Satis.

yaml
jobs:
  release:
    uses: middag-io/.github-private/.github/workflows/moodle-plugin-release.yml@workflows-v1
    with:
      tag-name: ${{ github.ref_name }}
      zip-name: local_helico
    secrets: inherit

MIDDAG Tecnologia