From 540c5f2cc57f3452f4873195b5eca4a9acd664aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Wed, 24 May 2023 10:20:31 +0200 Subject: [PATCH] fix: workflow was moved (#3852) ## About the changes This script was moved, updating the ref --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f576c94d1f..d901261e71 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: await github.rest.actions.createWorkflowDispatch({ owner: 'ivarconr', repo: 'unleash-enterprise', - workflow_id: 'continuous_version_sync.yaml', + workflow_id: 'cicd.yaml', ref: 'master', inputs: { repository: "${{ github.repository }}",