From 7ed82309b176395ef88a21c981326bad0acf1cc8 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:31:14 -0500 Subject: [PATCH] ci(release): skip uploading release assets (#7) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca5953d098..21ec605130f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: uses: LizardByte/create-release-action@v2023.1219.224026 with: allowUpdates: true + artifacts: '' body: '' discussionCategory: announcements generateReleaseNotes: true