Skip to content

Commit

Permalink
remove camelcase (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr authored May 8, 2024
1 parent 5164f5b commit 640ada7
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 publishToSonatype closeAndReleaseSonatypeStagingRepository -PremoveSnapshotSuffix --project-dir designSystem
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -PremoveSnapshotSuffix --project-dir designsystem
else
./gradlew publishToSonatype --project-dir designSystem
./gradlew publishToSonatype --project-dir designsystem
fi

0 comments on commit 640ada7

Please sign in to comment.