From 91a7b462935ab87c8bdf98dd3d62813caf5b8bcb Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 10 Apr 2025 23:35:30 +0700 Subject: [PATCH] Add Gradle caching to release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe7df515..bd352888 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,9 @@ jobs: channel: stable cache: true + - name: Cache Gradle + uses: burrunan/gradle-cache-action@v1 + - name: Install dependencies run: npm ci