From e76be3251f5c7b25748ff45c676240ade1c9e767 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO <63289359+Ljzd-PRO@users.noreply.github.com> Date: Wed, 22 May 2024 03:32:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f43fb60..9971fc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,5 +20,5 @@ jobs: with: body_path: CHANGELOG.md prerelease: ${{ contains(github.ref, 'beta') }} - - name: Publish - uses: ./.github/workflows/python-publish.yml \ No newline at end of file + publish: + uses: ./.github/workflows/python-publish.yml \ No newline at end of file