From bab208fa184458862419875a08be8360d0a8cf9b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 25 Apr 2025 18:46:29 +0200 Subject: [PATCH] Workflow filename name change (#4065) --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index d4c389aea..836e64ccc 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -22,7 +22,7 @@ jobs: await github.rest.actions.createWorkflowDispatch({ owner: 'element-hq', repo: 'element-enterprise', - workflow_id: 'ios-pipeline.yml', + workflow_id: 'pipeline-ios.yml', ref: 'main', inputs: inputs });