Skip to content

Commit e622538

Browse files
committed
chore: also upload dependency graph
1 parent c06aec4 commit e622538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Gradle
2424
uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5
2525
with:
26-
dependency-graph: 'generate-and-submit'
26+
dependency-graph: 'generate-submit-and-upload'
2727
- run: server/gradlew --no-daemon -p server assemble
2828
env:
2929
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'productionRuntimeClasspath'

0 commit comments

Comments
 (0)