Skip to content

Commit 79148fd

Browse files
committed
Revert "ci(release): Disable the dependency grap generation"
This reverts commit f6771fa as it did not help to make the release process work again. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 6463d03 commit 79148fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Gradle
3333
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4
3434
with:
35-
dependency-graph: disabled
35+
dependency-graph: generate-and-submit
3636
- name: Publish to Maven Central
3737
env:
3838
GITHUB_DEPENDENCY_GRAPH_REF: refs/heads/main

0 commit comments

Comments
 (0)