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 16e9f86 commit fb0a847Copy full SHA for fb0a847
1 file changed
.github/workflows/release.yml
@@ -37,6 +37,12 @@ jobs:
37
- name: Perform npm tasks
38
run: npm run ci
39
40
+ # Generate signed attestations for workflow artifacts
41
+ - name: Attest build provenance
42
+ uses: actions/attest@v4
43
+ with:
44
+ subject-path: dist/bin/**/run-matlab-command*
45
+
46
# Finally, create a detached commit containing the built artifacts and tag
47
# it with the release. Note: the fact that the branch is locally updated
48
# will not be relayed (pushed) to origin
0 commit comments