From f08a5e84d3672be73d63efd997ae4bfd4226ce3d Mon Sep 17 00:00:00 2001 From: carm Date: Thu, 7 Oct 2021 22:52:20 +0800 Subject: [PATCH] =?UTF-8?q?2.1.3=20=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E4=B8=8E=E9=83=A8=E7=BD=B2=20(=E6=97=A0=E5=AE=9E=E8=B4=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0a93ae4..925646b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: run: mvn -B deploy --file pom.xml env: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} - MAVEN_TOKEN: {{secrets.GITHUB_TOKEN}} + MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Stage" run: mkdir staging && cp target/*.jar staging - name: "Upload artifact"