We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41fe8 commit 2b6262aCopy full SHA for 2b6262a
.github/workflows/release.yaml
@@ -50,7 +50,7 @@ jobs:
50
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
51
The sha256sum of the SHA256SUMS file itself is ${shasha} .
52
EOF
53
- - uses: actions/attest-build-provenance@v2
+ - uses: actions/attest-build-provenance@v3
54
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
55
with:
56
subject-path: |
0 commit comments