Skip to content

Commit 5100d48

Browse files
committed
Fix build in release CI job
1 parent 6b343b8 commit 5100d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install cocoapods-generate
1616
run: gem install cocoapods-generate
1717
- name: Release build
18-
run: ./gradlew build -x iosX64Test
18+
run: ./gradlew build -x iosX64Test -x iosSimulatorArm64Test
1919
- name: Publish to MavenCentral
2020
run: ./gradlew publishAllPublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
2121
env:

0 commit comments

Comments
 (0)