File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ permissions:
5
5
6
6
on :
7
7
push :
8
- tags :
9
- - ' *'
8
+ branches :
9
+ - ' release/ *'
10
10
11
11
jobs :
12
12
publish :
@@ -20,15 +20,11 @@ jobs:
20
20
strategy :
21
21
matrix :
22
22
include :
23
+ - target : :ultron-common:publishToSonatype
23
24
- target : :ultron-compose:publishToSonatype
24
- os : ubuntu-latest
25
25
- target : :ultron-android:publishToSonatype
26
- os : ubuntu-latest
27
26
- target : :ultron-allure:publishToSonatype
28
- os : ubuntu-latest
29
- - target : :ultron-common:publishToSonatype
30
- os : ubuntu-latest
31
- runs-on : ${{ matrix.os }}
27
+ runs-on : macos-latest
32
28
33
29
steps :
34
30
- name : Checkout
57
53
passphrase : ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
58
54
59
55
- name : Gradle publish
60
- run : ./gradlew "${{ matrix.target }}" closeAndReleaseSonatypeStagingRepository
56
+ run : ./gradlew "${{ matrix.target }}" --no-configuration-cache
61
57
env :
62
58
OSSRH_USERNAME : ${{ secrets.OSSRH_TOKEN }}
63
59
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
14
14
15
15
GROUP =com.atiurin
16
16
POM_ARTIFACT_ID =ultron
17
- VERSION_NAME =2.5.0-alpha07
17
+ VERSION_NAME =2.5.0-alpha09
You can’t perform that action at this time.
0 commit comments