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 b833550 commit 373475fCopy full SHA for 373475f
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: deploy
2
on: workflow_dispatch
3
4
jobs:
5
- build:
+ deploy:
6
runs-on: ubuntu-latest
7
8
steps:
gradle.properties
@@ -14,6 +14,7 @@ kotlin.code.style=official
14
android.useAndroidX=true
15
org.gradle.jvmargs=-Xmx4g
16
17
+SONATYPE_HOST=DEFAULT
18
RELEASE_SIGNING_ENABLED=true
19
20
GROUP=co.touchlab.kmmbridge
0 commit comments