Skip to content

Commit

Permalink
Enable info logs
Browse files Browse the repository at this point in the history
  • Loading branch information
molekyla committed May 28, 2024
1 parent 1f44e8b commit 8ca912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export ORG_GRADLE_PROJECT_ossrhUsername=$OSSRH_USERNAME
export ORG_GRADLE_PROJECT_ossrhPassword=$OSSRH_PASSWORD

RELEASE_TAG=$(git describe --abbrev=0)
./gradlew clean publish closeAndReleaseStagingRepositories -PprojVersion=$RELEASE_TAG
./gradlew clean publish closeAndReleaseStagingRepositories -PprojVersion=$RELEASE_TAG --info

0 comments on commit 8ca912a

Please sign in to comment.