diff options
Diffstat (limited 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 |