fix(ci): restore dependency graph submissions

This commit is contained in:
Harsh Shandilya 2023-08-31 21:04:11 +05:30
parent 4cd4ebf43c
commit 5d88430a78
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,6 @@ jobs:
with:
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
dependency-graph: generate-and-submit
- name: Publish compiler plugin to mavenLocal
run: ./gradlew :compiler-plugin:publishToMavenLocal
@ -54,6 +53,7 @@ jobs:
runs-on: macos-13
permissions:
actions: read
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0