Skip to content

Commit 68b01ac

Browse files
committed
chore(ci): drop sha256sums.txt from release
GitHub provides asset digests natively these days.
1 parent 7d8eb0a commit 68b01ac

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ jobs:
4646
if: steps.release.outputs.release_created
4747
run: |
4848
set -x
49-
gh release upload ${RELEASE_PLEASE_TAG_NAME} \
50-
bash-completion-$(cat version.txt).tar.xz sha256sums.txt
49+
gh release upload ${RELEASE_PLEASE_TAG_NAME} bash-completion-*.tar.xz
5150
env:
5251
GH_TOKEN: ${{github.token}}
5352
RELEASE_PLEASE_TAG_NAME: ${{steps.release.outputs.tag_name}}
5453
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
5554
if: steps.release.outputs.release_created
5655
with:
57-
subject-checksums: sha256sums.txt
56+
subject-path: bash-completion-*.tar.xz

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pytestdebug.log
1111
/bash_completion.sh
1212
/.mise.local.toml
1313
/.mise.*.local.toml
14-
/sha256sums.txt
1514
/venv/
1615

1716
# Files generated by autotools

make-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ autoreconf -i
66
# TODO: Consider using the already created and tested tarball from the CI
77
# workflow
88
make distcheck
9-
sha256sum bash-completion-*.tar.* >sha256sums.txt

0 commit comments

Comments
 (0)