Skip to content

Commit

Permalink
Fix testflight CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 21, 2023
1 parent 0c6cb59 commit 30a2880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
with:
arguments: app:ios:podinstall :app:ios:linkPodReleaseFrameworkIosArm64
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.0.app
run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer
- name: Deploy iOS Beta to TestFlight via Fastlane
uses: maierj/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.15.1"
version = "1.15.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 30a2880

Please sign in to comment.