From 75876944dd3931dc495a4edb6f3236fb0feaebf3 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Fri, 26 Apr 2024 20:30:35 +0900 Subject: [PATCH] fix: fault letter --- .github/workflows/Deployment.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 272adbf..de655eb 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -45,10 +45,7 @@ jobs: uses: jdx/mise-action@v2 - name: Install Tuist - run: mise install tuist@${{ env.TUIIST_VERSION }} - - - name: Tuist Version - run: mise use tuist@${{ env.TUIST_VERSION }} + run: mise install tuist@${{ env.TUIST_VERSION }} - name: Install Fastlane run: brew install fastlane