Skip to content

Commit

Permalink
fix : cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckswls56 committed Jun 8, 2024
1 parent 8dae78d commit a97d91b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
submodules: 'true'
token: ${{secrets.ACTION_TOKEN}}

# gradle caching - 빌드 시간 향상
- name: Gradle Caching
Expand Down

0 comments on commit a97d91b

Please sign in to comment.