diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b0107f321c1..5a1b3eef273d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -689,3 +689,11 @@ jobs: event-type: new_release repository: RocketChat/Release.Distributions client-payload: '{"tag": "${{ github.ref_name }}"}' + + - name: Update docs + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.DOCS_PAT }} + event-type: new_release + repository: RocketChat/docs + client-payload: '{"tag": "${{ github.ref_name }}"}'