Skip to content

Commit

Permalink
[fix] #26 xcode 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 23, 2024
1 parent 076f53c commit 8fe4739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
xcode-version: '15.4'

- name: initial mise
run: |
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
APP_STORE_CONNECT_TEAM_ID: ${{ secrets.APP_STORE_CONNECT_TEAM_ID }}
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
run: fastlane testflight
run: fastlane beta
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default_platform(:ios)

platform :ios do
desc "Push a new beta build to TestFlight"
lane :testflight do
lane :beta do
match(type: "appstore", app_identifier:["com.pokitmons.pokit"], readonly: true)
build_app(
workspace: "Pokit.xcworkspace",
Expand Down

0 comments on commit 8fe4739

Please sign in to comment.