From e11b2cf3a1ee9af230f70fecfcf1827843892386 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO <63289359+Ljzd-PRO@users.noreply.github.com> Date: Wed, 22 May 2024 03:29:27 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=A2=9E=E5=8A=A0=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54dcee7..f43fb60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,4 +19,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: body_path: CHANGELOG.md - prerelease: ${{ contains(github.ref, 'beta') }} \ No newline at end of file + prerelease: ${{ contains(github.ref, 'beta') }} + - name: Publish + uses: ./.github/workflows/python-publish.yml \ No newline at end of file