Skip to content

Commit

Permalink
[ANDROAPP-6188] Remove sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed May 29, 2024
1 parent f597328 commit bb3fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish-maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if [ "$branch" = "main" ]; then
./gradlew :designsystem:publishToSonatype closeAndReleaseSonatypeStagingRepository -PremoveSnapshotSuffix
else
echo "BRANCH_NAME: $branch"
./gradlew :designsystem:publishToSonatype
./gradlew :designsystem:publishToSonatype --stacktrace
fi

0 comments on commit bb3fd3c

Please sign in to comment.