Skip to content

Commit

Permalink
Add info option to debug maven release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Sep 12, 2024
1 parent aa93e78 commit e7e5121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Publish Release abstractions
run: |
componentTaskPath=$(echo ${{ matrix.component-path }} | tr / :)
./gradlew --no-daemon :components:$componentTaskPath:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix=""
./gradlew -i --no-daemon :components:$componentTaskPath:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix=""
release-to-github:
if: contains(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit e7e5121

Please sign in to comment.