Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
types: published
permissions:
contents: write
id-token: write
attestations: write
artifact-metadata: write

jobs:
build:
Expand Down Expand Up @@ -37,6 +40,11 @@ jobs:
- name: Perform npm tasks
run: npm run ci

- name: Generate signed attestations for workflow artifacts
uses: actions/attest@v4
with:
subject-path: dist/bin/**/run-matlab-command*

# Finally, create a detached commit containing the built artifacts and tag
# it with the release. Note: the fact that the branch is locally updated
# will not be relayed (pushed) to origin
Expand Down
Loading