From 63c4975483446d14b08c431c6378d2024cd4401a Mon Sep 17 00:00:00 2001 From: AsenHu <78863300+AsenHu@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:08:52 +0000 Subject: [PATCH] fix bug --- .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 b0b1ec8d..511d6a0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Upload Release Assets on: release: - types: [published, prereleased] + types: [published] workflow_dispatch: inputs: tag: @@ -51,7 +51,7 @@ jobs: exit 0 fi - tag="${GH_TAG}}" + tag="${GH_TAG}" fi echo "ci_id=$id" >> "$GITHUB_OUTPUT"