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 fd16526 commit 56b3d09Copy full SHA for 56b3d09
.github/workflows/deploy.yml
@@ -17,20 +17,7 @@ jobs:
17
uses: ./.github/workflows/gradle.yml
18
deploy:
19
needs: build
20
- strategy:
21
- matrix:
22
- include:
23
- - target: publishIosArm64PublicationToMavenCentral
24
- os: macos-latest
25
- - target: publishAndroidReleasePublicationToMavenCentral
26
- os: ubuntu-latest
27
- - target: publishJvmPublicationToMavenCentral
28
29
- - target: publishLinuxX64PublicationToMavenCentral
30
31
- - target: publishKotlinMultiplatformPublicationToMavenCentral
32
33
- runs-on: ${{ matrix.os }}
+ runs-on: macos-latest
34
steps:
35
- uses: actions/checkout@v3
36
- name: Validate Gradle Wrapper
0 commit comments