We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb00e8 commit 15a5554Copy full SHA for 15a5554
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
make haul
38
39
- name: Attach Hauls to release
40
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
41
with:
42
tag_name: ${{ needs.call-release.outputs.tag_name }}
43
files: ./validator-haul-linux-amd64.tar.zst,./validator-haul-linux-arm64.tar.zst
0 commit comments