From 3f7506f08ac02475c787a9f229bc0a3686fdeff2 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Fri, 22 Sep 2023 10:55:43 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=BA=94=E8=AF=A5=E9=80=9A=E8=BF=87=20po?= =?UTF-8?q?etry=20=E5=91=BD=E4=BB=A4=E8=8E=B7=E5=8F=96=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eea6e0f..05af24d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Get Version id: version run: | - echo "VERSION=$(pdm show --version)" >> $GITHUB_OUTPUT + echo "VERSION=$(poetry version -s)" >> $GITHUB_OUTPUT echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT