Skip to content

Commit

Permalink
fix: separate constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhihi committed Apr 26, 2024
1 parent 7dddf0e commit 0a4a725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 0a4a725

Please sign in to comment.