Skip to content

Commit

Permalink
fix: release.yml Gradle 권한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wibaek authored Jul 17, 2024
1 parent 5586645 commit d956dcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Grant execute permission for Gradle wrapper(gradlew)
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew bootJar -Dspring.profiles.active=prod

Expand Down

0 comments on commit d956dcf

Please sign in to comment.