Skip to content

Commit

Permalink
[feature/InhaBas#204] github actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed Jan 5, 2024
1 parent 0142405 commit d2ac3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew clean build
run: ./gradlew build
env:
IBAS_DEV_JWT_SECRET_KEY: ${{ secrets.IBAS_DEV_JWT_SECRET_KEY }}
IBAS_DEV_KAKAO_CLIENT_ID: ${{ secrets.IBAS_DEV_KAKAO_CLIENT_ID }}
Expand Down

0 comments on commit d2ac3ab

Please sign in to comment.