Skip to content

Commit

Permalink
2.5.0-alpha09 (#76)
Browse files Browse the repository at this point in the history
* 2.5.0-alpha09
  • Loading branch information
alex-tiurin authored Jul 4, 2024
1 parent ccb2a67 commit 3916eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ permissions:

on:
push:
tags:
- '*'
branches:
- 'release/*'

jobs:
publish:
Expand All @@ -20,15 +20,11 @@ jobs:
strategy:
matrix:
include:
- target: :ultron-common:publishToSonatype
- target: :ultron-compose:publishToSonatype
os: ubuntu-latest
- target: :ultron-android:publishToSonatype
os: ubuntu-latest
- target: :ultron-allure:publishToSonatype
os: ubuntu-latest
- target: :ultron-common:publishToSonatype
os: ubuntu-latest
runs-on: ${{ matrix.os }}
runs-on: macos-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -57,7 +53,7 @@ jobs:
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

- name: Gradle publish
run: ./gradlew "${{ matrix.target }}" closeAndReleaseSonatypeStagingRepository
run: ./gradlew "${{ matrix.target }}" --no-configuration-cache
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_TOKEN }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true

GROUP=com.atiurin
POM_ARTIFACT_ID=ultron
VERSION_NAME=2.5.0-alpha07
VERSION_NAME=2.5.0-alpha09

0 comments on commit 3916eef

Please sign in to comment.