mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: Do not add sha256 checksums to release notes (#2362)
This commit is contained in:
12
.github/workflows/release_impl.yml
vendored
12
.github/workflows/release_impl.yml
vendored
@@ -86,18 +86,6 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: .github/scripts/prepare-release-artifacts.sh release_artifacts
|
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
|
- name: Upload release notes
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user