diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa1900a5a..361ab8d37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,5 +73,5 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.CI_PAT_TOKEN }} - repository: ${{ secrets.RELEASES_EVENT_RECEIVING_REPO } + repository: ${{ secrets.RELEASES_EVENT_RECEIVING_REPO }} event-type: releases-updated-event \ No newline at end of file