Skip to content

Commit bb19497

Browse files
committed
feat: use composite action to generate checksums for github-release
1 parent 2c2afbc commit bb19497

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ jobs:
5959
## Generate a checksums file to be added to the release page
6060
- name: Generate Checksums
6161
id: generate_checksum
62-
uses: jmgilman/actions-generate-checksum@24a35957fba81c6cbaefeb1e3d59ee56e3db5077 # v1.0.0
63-
with:
64-
method: sha512
65-
output: CHECKSUMS.txt
66-
patterns: |
67-
release/*.zip
62+
uses: stacks-network/actions/generate-checksum@main
6863

6964
## Upload the release archives with the checksums file
7065
- name: Upload Release

0 commit comments

Comments
 (0)