From aec99b49cce4aaea669647efe343e41d8e018d56 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 4 Oct 2024 10:29:35 +0300 Subject: [PATCH] chore: fix action name in update on rc release action (#9463) --- .github/workflows/update-on-rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-on-rc.yml b/.github/workflows/update-on-rc.yml index 58933208c4..130cbe309e 100644 --- a/.github/workflows/update-on-rc.yml +++ b/.github/workflows/update-on-rc.yml @@ -16,4 +16,4 @@ jobs: https://api.github.com/repos/medusajs/medusa-starter-default/actions/workflows/update-preview-deps.yml/dispatches \ -d '{"ref":"master"}' generate-references: - uses: ./.github/workflows/generate-preview-references.yml \ No newline at end of file + uses: ./.github/workflows/generate-rc-references.yml \ No newline at end of file