Skip to content

Commit 2f78931

Browse files
committed
Remove build debug
1 parent edb009a commit 2f78931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/commit-stage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
VERSION=$(./gradlew properties | grep 'version:' | awk '{print $2}')
4646
if [[ $VERSION == *"SNAPSHOT"* ]]; then
47-
./gradlew jreleaserDeploy --debug --stacktrace
47+
./gradlew jreleaserDeploy
4848
else
4949
./gradlew jreleaserFullRelease
5050
fi

0 commit comments

Comments
 (0)