diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a7ab00e4..5305b8529 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: await github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, repo: context.repo.repo, - workflow_id: 'delayed-update.yml', + workflow_id: 'docker_release_link.yml', ref: context.ref, inputs: { release_id: context.payload.release.id,