Skip to content

Commit 2d35abb

Browse files
authored
Update publish-release.yml
1 parent 3b2d814 commit 2d35abb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ on:
55
types: [published]
66
workflow_dispatch:
77

8+
env:
9+
MLM_LICENSE_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN }}
10+
811
permissions:
912
contents: read
1013

1114
jobs:
1215
compile-and-deploy:
1316
runs-on: ubuntu-latest
1417
strategy:
18+
fail-fast: false
1519
matrix:
1620
include:
1721
- matlab: "R2020b"

0 commit comments

Comments
 (0)