Skip to content

Commit

Permalink
🐛 :: (#2) GPG key path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent 5f87078 commit da7e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build packages
run: gradle build
- name: Grant permission to deploy.sh
run: chmod 755 .github/commands/deploy.sh
run: chmod 755 .github/workflows/commands/deploy.sh
- name: Publish to the Maven Central Repository
run: .github/commands/deploy.sh
env:
Expand Down

0 comments on commit da7e171

Please sign in to comment.