Skip to content

Commit acb7be7

Browse files
committed
fix: action
1 parent cbaa718 commit acb7be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# 3. Publish to Maven Central
2626

2727
- name: Publish to MavenCentral
28-
run: ./gradlew publishToMavenCentral --no-configuration-cache
28+
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
2929
env:
3030
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
3131
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("com.vanniktech.maven.publish") version "0.31.0"
1111
}
1212

13-
version = "0.1.0"
13+
version = "0.0.5"
1414
val groupId = "com.formbricks"
1515
val artifactId = "android"
1616

0 commit comments

Comments
 (0)