From 712e1950b9162f87c5e3b6c6cd56d6dfdafebe7f Mon Sep 17 00:00:00 2001 From: smoothbear Date: Thu, 27 May 2021 17:22:45 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20::=20(#2)=20Workflow=20path=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ccd1588..1a7ba7b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 }} diff --git a/lib/build.gradle b/lib/build.gradle index 17b7b89..d075952 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'io.github.team-xquare' -version '0.0.13' +version '0.0.14' repositories { mavenCentral()