diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96a321c..de398d6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,4 +16,11 @@ jobs: with: files: "**/*.mql.yaml" generate_release_notes: true - fail_on_unmatched_files: true \ No newline at end of file + fail_on_unmatched_files: true + - name: Trigger Registry Update + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_API_TOKEN }} + repository: mondoohq/server + event-type: update + client-payload: '{"source": "${{ github.repository }}", "tag": "${{ github.ref }}"}' \ No newline at end of file