From 8ef45205a5224f1fe2cf142cc79585912dc4dabe Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 16 Dec 2024 20:02:32 -0500 Subject: [PATCH] release publisher ci fixes Signed-off-by: strawberry --- .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..065f82bb 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] # both stable releases and pre-preleases 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"