diff --git a/.github/workflows/package_dispatch.yml b/.github/workflows/package_dispatch.yml index 722e216c68..f9160f56a3 100644 --- a/.github/workflows/package_dispatch.yml +++ b/.github/workflows/package_dispatch.yml @@ -18,7 +18,7 @@ jobs: package_commit_sha: github.event.package_version.target_oid }; - await github.repos.createDispatchEvent({ + github.repos.createDispatchEvent({ owner: 'Alfresco', repo: 'alfresco-apps', event_type: 'package-published',