We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2fb74 commit e644c8eCopy full SHA for e644c8e
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: make haul
31
32
- name: Attach Hauls to release
33
- uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2
+ uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2
34
with:
35
tag_name: ${{ needs.call-release.outputs.tag_name }}
36
files: ./validator-haul-linux-amd64.tar.zst,./validator-haul-linux-arm64.tar.zst
0 commit comments