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 befef35 commit 9aa9960Copy full SHA for 9aa9960
.github/workflows/publish-release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
tags:
7
- - "[0-9][0-9].[0-9][0-9]*"
+ - "[0-9][0-9].[0-9]*"
8
9
env:
10
MLM_LICENSE_TOKEN: ${{ secrets.MATLAB_BATCH_TOKEN }}
0 commit comments