From 8c2903dca295e8af7d053f393e4996ba1cc05138 Mon Sep 17 00:00:00 2001 From: tknickman Date: Thu, 6 Feb 2025 21:43:59 -0500 Subject: [PATCH] fix(ci): correct global install workflow --- .github/workflows/turborepo-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/turborepo-release.yml b/.github/workflows/turborepo-release.yml index 1563ea400e7a2..d256109fc29bf 100644 --- a/.github/workflows/turborepo-release.yml +++ b/.github/workflows/turborepo-release.yml @@ -214,7 +214,7 @@ jobs: enable-corepack: false - name: Install Global Turbo - uses: ./.github/actions/ + uses: ./.github/actions/install-global-turbo with: turbo-version: "${{ github.event.inputs.ci-tag-override }}"