From 38cc9dff521ce58837b8c93a54ff9b10f4bedfa1 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Tue, 2 Apr 2024 22:24:06 +0200 Subject: [PATCH] chore: add --stacktrace --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c8eb1a0..33f99e0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.ORG_GRADLE_PROJECT_OSSRHUSERNAME }} ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.ORG_GRADLE_PROJECT_OSSRHPASSWORD }} # com.javiersc.semver.gradle.plugin should pick the actual tag - run: ./gradlew publish -Ppublish.central=true + run: ./gradlew publish -Ppublish.central=true --stacktrace # Don't forget to deploy the release to central # * 'Close' the repo to trigger the evaluations of to components against the requirements