Skip to content

Commit

Permalink
feat: Ruby 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 28, 2024
1 parent 141d90c commit 54cff8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
branches:
- dev
jobs:
create-tag:
deploy-dev:
runs-on: macos-latest
environment: development
steps:
- name: 브랜치 가져오기
uses: actions/checkout@v2

- name: Ruby 설정하기
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.6.10

- name: Fastlane 설정하기
run: brew install fastlane
Expand Down

0 comments on commit 54cff8c

Please sign in to comment.