Skip to content

Commit 373475f

Browse files
committed
Try deploy again
1 parent b833550 commit 373475f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deploy
22
on: workflow_dispatch
33

44
jobs:
5-
build:
5+
deploy:
66
runs-on: ubuntu-latest
77

88
steps:

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ kotlin.code.style=official
1414
android.useAndroidX=true
1515
org.gradle.jvmargs=-Xmx4g
1616

17+
SONATYPE_HOST=DEFAULT
1718
RELEASE_SIGNING_ENABLED=true
1819

1920
GROUP=co.touchlab.kmmbridge

0 commit comments

Comments
 (0)