We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaa718 commit acb7be7Copy full SHA for acb7be7
.github/workflows/publish-to-maven-central.yml
@@ -25,7 +25,7 @@ jobs:
25
# 3. Publish to Maven Central
26
27
- name: Publish to MavenCentral
28
- run: ./gradlew publishToMavenCentral --no-configuration-cache
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
29
env:
30
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
31
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
android/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("com.vanniktech.maven.publish") version "0.31.0"
11
}
12
13
-version = "0.1.0"
+version = "0.0.5"
14
val groupId = "com.formbricks"
15
val artifactId = "android"
16
0 commit comments