Skip to content

Commit

Permalink
Use coursier cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 26, 2020
1 parent 1b3622d commit 5dde407
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: show release version
run: echo ${{ env.RELEASE_VERSION }}
- name: Cache SBT
uses: actions/cache@v2
with:
path: |
~/.ivy2/cache
~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
- uses: coursier/cache-action@v5
- uses: olafurpg/setup-scala@v10
- uses: crazy-max/ghaction-import-gpg@v3
with:
Expand Down

0 comments on commit 5dde407

Please sign in to comment.