Skip to content

Commit bd785c6

Browse files
committed
🩹: ai module release
1 parent c6cc0a2 commit bd785c6

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
4343
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
4444

4545
- name: Publish to MavenCentral
46-
run: ./gradlew :hooks:publishAllPublicationsToMavenCentralRepository
46+
run: |
47+
./gradlew :hooks:publishAllPublicationsToMavenCentralRepository
48+
./gradlew :ai:publishAllPublicationsToMavenCentralRepository

ai/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
POM_ARTIFACT_ID=hooks2-ai

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ mavenCentralAutomaticPublishing=true
4747

4848
GROUP=xyz.junerver.compose
4949
# use `-SNAPSHOT` can publish a snapshot to maven
50-
VERSION_NAME=2.2.1
50+
VERSION_NAME=2.2.2-SNAPSHOT
5151

52-
POM_ARTIFACT_ID=hooks2
5352
POM_NAME=hooks
5453

5554
POM_DESCRIPTION= use React style hooks in Compose Multiplatform.

hooks/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
POM_ARTIFACT_ID=hooks2

0 commit comments

Comments
 (0)