File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
restore-keys : |
36
36
${{ runner.os }}-gradle-core-
37
37
- name : Publush release to sonatype
38
- run : ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
38
+ run : ./gradlew clean build publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
39
39
env :
40
40
SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
41
41
SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change 22
22
restore-keys : |
23
23
${{ runner.os }}-gradle-core-
24
24
- name : Publush snapshot to sonatype
25
- run : ./gradlew publishToSonatype
25
+ run : ./gradlew clean build publishToSonatype
26
26
env :
27
27
SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
28
28
SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
24
24
25
25
GROUP =com.segment.analytics.kotlin
26
26
27
- VERSION_CODE =100
28
- VERSION_NAME =1.0.0
27
+ VERSION_CODE =101
28
+ VERSION_NAME =1.0.1
29
29
30
30
POM_NAME =Substrata
31
31
POM_DESCRIPTION =The hassle-free way to add analytics to your Kotlin app.
You can’t perform that action at this time.
0 commit comments