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 3535 restore-keys : |
3636 ${{ runner.os }}-gradle-core-
3737 - name : Publush release to sonatype
38- run : ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
38+ run : ./gradlew clean build publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
3939 env :
4040 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
4141 SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change 2222 restore-keys : |
2323 ${{ runner.os }}-gradle-core-
2424 - name : Publush snapshot to sonatype
25- run : ./gradlew publishToSonatype
25+ run : ./gradlew clean build publishToSonatype
2626 env :
2727 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
2828 SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
2424
2525GROUP =com.segment.analytics.kotlin
2626
27- VERSION_CODE =100
28- VERSION_NAME =1.0.0
27+ VERSION_CODE =101
28+ VERSION_NAME =1.0.1
2929
3030POM_NAME =Substrata
3131POM_DESCRIPTION =The hassle-free way to add analytics to your Kotlin app.
You can’t perform that action at this time.
0 commit comments