Skip to content

Commit

Permalink
🐛 :: (#2) Workflow path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent 901498d commit 712e195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Grant permission to deploy.sh
run: chmod 755 .github/workflows/commands/deploy.sh
- name: Publish to the Maven Central Repository
run: .github/commands/deploy.sh
run: .github/workflows/commands/deploy.sh
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'io.github.team-xquare'
version '0.0.13'
version '0.0.14'

repositories {
mavenCentral()
Expand Down

0 comments on commit 712e195

Please sign in to comment.