Skip to content

Commit

Permalink
Update .github/workflows/create_release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Redko <[email protected]>
  • Loading branch information
codefromthecrypt and reta authored Jan 10, 2024
1 parent 4b39dca commit 2eed19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-11-maven-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-jdk-17-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-jdk-11-maven-
- name: Create Release
env:
Expand Down

0 comments on commit 2eed19f

Please sign in to comment.