From 0a4a725dd8fa8456539460b6847118faaaf51a2c Mon Sep 17 00:00:00 2001 From: chanhihi Date: Fri, 26 Apr 2024 21:10:05 +0900 Subject: [PATCH] fix: separate constant --- .github/workflows/Deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 2bfed72..d31f829 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -17,6 +17,7 @@ jobs: env: XCODE_VERSION: "15.2.0" SWIFT_VERSION: "5.9.2" + RUBY_VERSION: "2.6.10" TUIST_VERSION: "3.36.2" steps: @@ -26,7 +27,7 @@ jobs: - name: Set up Ruby 2.6 uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.10 + ruby-version: RUBY_VERSION bundler-cache: true - name: Set Xcode version