Skip to content

Commit

Permalink
2.5.0-alpha08
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tiurin committed Jul 4, 2024
1 parent ccb2a67 commit c9efd17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 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
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-alpha08

0 comments on commit c9efd17

Please sign in to comment.