Skip to content

Commit 3916eef

Browse files
authored
2.5.0-alpha09 (#76)
* 2.5.0-alpha09
1 parent ccb2a67 commit 3916eef

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permissions:
55

66
on:
77
push:
8-
tags:
9-
- '*'
8+
branches:
9+
- 'release/*'
1010

1111
jobs:
1212
publish:
@@ -20,15 +20,11 @@ jobs:
2020
strategy:
2121
matrix:
2222
include:
23+
- target: :ultron-common:publishToSonatype
2324
- target: :ultron-compose:publishToSonatype
24-
os: ubuntu-latest
2525
- target: :ultron-android:publishToSonatype
26-
os: ubuntu-latest
2726
- 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
3228

3329
steps:
3430
- name: Checkout
@@ -57,7 +53,7 @@ jobs:
5753
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
5854

5955
- name: Gradle publish
60-
run: ./gradlew "${{ matrix.target }}" closeAndReleaseSonatypeStagingRepository
56+
run: ./gradlew "${{ matrix.target }}" --no-configuration-cache
6157
env:
6258
OSSRH_USERNAME: ${{ secrets.OSSRH_TOKEN }}
6359
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
1414

1515
GROUP=com.atiurin
1616
POM_ARTIFACT_ID=ultron
17-
VERSION_NAME=2.5.0-alpha07
17+
VERSION_NAME=2.5.0-alpha09

0 commit comments

Comments
 (0)