Skip to content

Commit c2ae065

Browse files
committed
fix: correct full SHA hash for attest-build-provenance action
- Update SHA from 977bb370af052e1ff6b5ac6b1b0a2b1fdad3e4cd to 977bb373ede98d70efdf65b84cb5f73e068dcc2a - Fix publish workflow failure caused by truncated commit hash - Ensure proper provenance attestation for v3.0.0 release
1 parent 5feccc7 commit c2ae065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4444

4545
- name: Generate package attestation
46-
uses: actions/attest-build-provenance@977bb370af052e1ff6b5ac6b1b0a2b1fdad3e4cd # v3.0.0
46+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
4747
if: success()
4848
with:
4949
subject-path: '*.tgz'

0 commit comments

Comments
 (0)