Skip to content

Commit

Permalink
chore: add --stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Apr 2, 2024
1 parent 6544b27 commit 38cc9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38cc9df

Please sign in to comment.