diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-11 07:19:06 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-11 07:19:06 +0530 |
commit | 042e7e6d520c5212389b0f31148625396c0d4c15 (patch) | |
tree | 51b5c55204de9e0cbb2209aa72490e390dc15007 | |
parent | ee814b3643e526ba4821dc129b4bd2bbdd2e99ac (diff) |
fix(ci): publish dependency graph to GitHub
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 52839f65..12c9bdd2 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -61,6 +61,7 @@ jobs: with: arguments: collectFreeReleaseApks collectNonFreeReleaseApks bundleFreeRelease bundleNonFreeRelease -PsentryUploadMappings gradle-home-cache-cleanup: true + dependency-graph: generate-and-submit - name: Clean secrets run: scripts/signing-cleanup.sh |