We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b343b8 commit 5100d48Copy full SHA for 5100d48
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install cocoapods-generate
16
run: gem install cocoapods-generate
17
- name: Release build
18
- run: ./gradlew build -x iosX64Test
+ run: ./gradlew build -x iosX64Test -x iosSimulatorArm64Test
19
- name: Publish to MavenCentral
20
run: ./gradlew publishAllPublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
21
env:
0 commit comments