Skip to content

Commit

Permalink
maven-publish.yml
Browse files Browse the repository at this point in the history
 * WIP
  • Loading branch information
farthinder committed May 14, 2024
1 parent 6a45dcc commit 68bbd77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
#Hardcoded key for now
key: Linux-maven-89b1c003ca3c48e37dc9ab839a69baacef3d9c8ff67ac39f8514de7290a6cf36


- name: Compile and install main version
Expand Down

0 comments on commit 68bbd77

Please sign in to comment.