Skip to content

Commit d65f915

Browse files
Update release.yml
1 parent 4f5491c commit d65f915

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
with:
5454
path: ~/.m2
5555
key: m2
56-
56+
57+
- uses: sbt/setup-sbt@v1
58+
- uses: coursier/cache-action@v6
59+
5760
- name: Loading ivy cache
5861
uses: actions/cache@v4
5962
with:
@@ -220,4 +223,4 @@ jobs:
220223
- name: Push release version
221224
run: |
222225
git push
223-
git push --tags
226+
git push --tags

0 commit comments

Comments
 (0)