Skip to content

Commit

Permalink
Fix iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Feb 23, 2024
1 parent 4e069df commit 8884d5f
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 @@ -266,7 +266,7 @@ jobs:
id: tagName
- name: Setup Gradle
uses: gradle/[email protected]
- run: ./gradlew app:ios:podinstall :app:ios:linkPodReleaseFrameworkIosArm64
- run: ./gradlew app:ios:podInstall :app:ios:linkPodReleaseFrameworkIosArm64
- 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 @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.18.15"
version = "1.18.16"

repositories {
mavenCentral()
Expand Down

0 comments on commit 8884d5f

Please sign in to comment.