Skip to content

Commit

Permalink
Enable caching for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed May 9, 2020
1 parent a854685 commit b4606c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set up cache
uses: actions/[email protected]
with:
path: ~/.gradle/caches
key: gradle-${{ hashFiles('build.gradle.kts') }}
- name: Publish artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b4606c5

Please sign in to comment.