There was an error while loading. Please reload this page.
1 parent b4ee6d1 commit b4bfa8aCopy full SHA for b4bfa8a
1 file changed
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
test "$(find dist -maxdepth 1 -type f -printf '%f\n' | sort | tr '\n' ' ')" = \
109
"SHA256SUMS substrate.zip "
110
(cd dist && sha256sum -c SHA256SUMS)
111
- - uses: actions/attest-build-provenance@e3fe62ef559997059fe8380e7d2b64c4f677262 # pinned
+ - uses: actions/attest-build-provenance@e3fe62ef559997059fe8380e7d2b64c4f6772 # pinned
112
with:
113
subject-path: "dist/*"
114
- name: Create immutable tag and GitHub release
0 commit comments