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 committed Jan 10, 2024
1 parent 4b2c289 commit e2ba7ef
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 @@ -30,7 +30,7 @@ jobs:
with:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-17-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-jdk-11-maven-
restore-keys: ${{ runner.os }}-jdk-17-maven-
- name: Create Release
env:
# GH_USER=<user that created GH_TOKEN>
Expand Down

0 comments on commit e2ba7ef

Please sign in to comment.