From cf749bf5c010a7f9e97a754a4db0a7facc4d52d7 Mon Sep 17 00:00:00 2001 From: carm Date: Tue, 2 Nov 2021 11:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cef8356..506585f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_TOKEN - name: "Deploy" - run: mvn -B deploy --file pom.xml + run: mvn -B deploy --file pom.xml -DskipTests env: MAVEN_USERNAME: ${{ github.repository_owner }} MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file diff --git a/pom.xml b/pom.xml index eea2b2e..41b4ec1 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,7 @@ + ${project.url}/releases github GitHub Packages