Skip to content

Commit

Permalink
🐛 :: (#2) Grant permission step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent fc35e08 commit 5f87078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
distribution: 'adopt'
- name: Build packages
run: gradle build
- name: Grant permission to deploy.sh
run: chmod 755 .github/commands/deploy.sh
- name: Publish to the Maven Central Repository
run: .github/commands/deploy.sh
env:
Expand Down

0 comments on commit 5f87078

Please sign in to comment.