Skip to content

Commit 40f5b7c

Browse files
committed
fix: add subject-path to build provenance attestation
Resolves CI error where actions/attest-build-provenance requires one of subject-path, subject-digest, or subject-checksums parameters.
1 parent 3aef4c2 commit 40f5b7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
- name: Attest Build Provenance
4646
uses: actions/[email protected]
47+
with:
48+
subject-path: 'packages/*/dist/**'
4749

4850
- name: Create Release Pull Request or Publish to npm
4951
id: changesets

0 commit comments

Comments
 (0)