Skip to content

Commit

Permalink
ci: [ANDROAPP-6305] prepare for release publication (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy authored Jul 5, 2024
1 parent 2c24ab2 commit c72f70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish-maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x
branch=$(git rev-parse --abbrev-ref HEAD)

if [ "$branch" = "main" ]; then
./gradlew :designsystem:publishToSonatype
./gradlew :designsystem:publishToSonatype closeAndReleaseSonatypeStagingRepository -PremoveSnapshotSuffix
else
./gradlew :designsystem:publishToSonatype
fi
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
version = "0.2-SNAPSHOT"
version = "0.2.1-SNAPSHOT"
group = "org.hisp.dhis.mobile"

plugins {
Expand Down

0 comments on commit c72f70d

Please sign in to comment.