Commit 5eaec0d
committed
chore(ci): fix attest-build-provenance subject-checksums usage
Unlike subject-path, it does not take a glob.
- https://github.com/actions/attest-build-provenance/blob/c6f9859ac6fd46168bba4ac441e2994fa837fc39/action.yml#L26-L30
- https://github.com/actions/attest/blob/9902fb2594e0b5bbab9995737abd2547cde67f22/src/subject.ts#L146-L149
Grab the needed version string from goreleaser metadata output instead.
Ref https://github.com/orgs/goreleaser/discussions/62951 parent 463389c commit 5eaec0d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments