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 ffa6e06 commit cea1b9aCopy full SHA for cea1b9a
.github/workflows/build.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Build Android
19
uses: reactivecircus/android-emulator-runner@v2
20
with:
21
- api-level: 29
+ api-level: 30
22
+ target: google_apis
23
script: ./gradlew kotlin:assembleRelease
24
- name: Upload artifact
25
uses: actions/upload-artifact@v2
@@ -55,7 +56,8 @@ jobs:
55
56
- name: Publish to MavenCentral
57
58
59
60
61
script: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
62
env:
63
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
0 commit comments