Add Gradle caching to release workflow

This commit is contained in:
Pun Butrach 2025-04-10 23:35:30 +07:00 committed by GitHub
parent 88ac8148d5
commit 91a7b46293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,9 @@ jobs:
channel: stable
cache: true
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
- name: Install dependencies
run: npm ci