Skip to content

Commit

Permalink
try fix release spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jul 19, 2023
1 parent 06f5a31 commit ade76b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-build.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3.5.3
with:
ref: ${{ github.ref }}
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-docker.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v3.5.3
with:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit ade76b0

Please sign in to comment.