From 5778363689cd0a622188adf964489493d70626d4 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 24 Jul 2025 18:05:38 +0100 Subject: [PATCH] chore: Do not add sha256 checksums to release notes (#2362) --- .github/workflows/release_impl.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release_impl.yml b/.github/workflows/release_impl.yml index 45f3e951..9205934a 100644 --- a/.github/workflows/release_impl.yml +++ b/.github/workflows/release_impl.yml @@ -86,18 +86,6 @@ jobs: shell: bash run: .github/scripts/prepare-release-artifacts.sh release_artifacts - - name: Append sha256 checksums - shell: bash - working-directory: release_artifacts - run: | - { - echo '## SHA256 checksums' - echo - echo '```' - cat *.sha256sum - echo '```' - } >> "${RUNNER_TEMP}/release_notes.md" - - name: Upload release notes uses: actions/upload-artifact@v4 with: