Skip to content

Commit 068ff62

Browse files
authored
Merge pull request #1037 from square/rick/cache_in_publish_snapshot
use the `build-logic` and `main-build-artifacts` caches for snapshots
2 parents 9e2f3b0 + 095693a commit 068ff62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ jobs:
2323
uses : ./.github/actions/gradle-task
2424
with :
2525
task : checkVersionIsSnapshot
26+
write-cache-key : build-logic
2627

2728
- name : Assemble
2829
uses : ./.github/actions/gradle-task
2930
with :
3031
task : assemble
32+
write-cache-key : main-build-artifacts
3133

3234
- name : Check
3335
uses : ./.github/actions/gradle-task

0 commit comments

Comments
 (0)