Skip to content

Commit

Permalink
ci(github): Submit the Gradle dependency graph for releases
Browse files Browse the repository at this point in the history
This is to check whether the feature provides insights on ORT dependents
[1].

[1]: https://github.com/oss-review-toolkit/ort/network/dependents

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 24, 2024
1 parent 442b553 commit 12d16ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
fetch-depth: 0
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with:
dependency-graph: generate-and-submit
- name: Publish to OSSRH
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 12d16ab

Please sign in to comment.