Skip to content

Commit

Permalink
remove designsystem prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed May 8, 2024
1 parent a3651e5 commit 661735f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -PremoveSnapshotSuffix
./gradlew publishToSonatype -PremoveSnapshotSuffix
else
./gradlew :designsystem:publishToSonatype
./gradlew publishToSonatype
fi

0 comments on commit 661735f

Please sign in to comment.