From 15bd708ec3249e97768b5a0f9c91c3bbf4f864c3 Mon Sep 17 00:00:00 2001 From: Will Sarg <12886992+willsarg@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:25:53 -0500 Subject: [PATCH] fix(release): avoid duplicate SHA256SUMS upload in GitHub release (#1277) --- .github/workflows/pub-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pub-release.yml b/.github/workflows/pub-release.yml index 64a823548..8d95d698f 100644 --- a/.github/workflows/pub-release.yml +++ b/.github/workflows/pub-release.yml @@ -373,6 +373,5 @@ jobs: generate_release_notes: true files: | artifacts/**/* - artifacts/SHA256SUMS env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}