From 02b49e4c6b15809ce10829b1fec15a593be76bac Mon Sep 17 00:00:00 2001 From: Nier Date: Sat, 2 Dec 2023 15:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E6=8E=A8=E9=80=81master?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8F=91=E5=B8=83release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index b7670ef..ee93cba 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -31,7 +31,6 @@ jobs: - name: Show Version id: show run: | - export "VERSION=${{VERSION}}" echo "${{env.VERSION}}" env: VERSION: $(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)