From e60f0a4ecb20adf72810b094f3434c89c3d853f5 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Thu, 3 Aug 2023 10:30:23 +0300 Subject: [PATCH] ci: add the repository_dispatch event to the release workflow --- .github/workflows/docs.yml | 2 ++ .github/workflows/release.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0ef3c7af4..77cc0fef1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,6 +3,8 @@ name: Docs on: release: types: [published] + repository_dispatch: + types: [publish] jobs: docs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d0b45644..ed8adb6c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,3 +17,13 @@ jobs: permissions: contents: write uses: crowdin/.github/.github/workflows/bump-version.yml@main + + publish: + runs-on: ubuntu-latest + needs: version + permissions: + contents: write + steps: + - uses: peter-evans/repository-dispatch@v2 + with: + event-type: publish