Skip to content

Commit 43cd036

Browse files
committed
Fix release workflow.
1 parent 95a927d commit 43cd036

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ on:
1010
- 'v*'
1111

1212
jobs:
13-
main-workflow:
14-
uses: ./.github/workflows/main.yml
15-
secrets: inherit
16-
17-
packageToolbox:
18-
needs: main-workflow
19-
13+
14+
packageToolbox:
2015
# The type of runner that the job will run on
2116
runs-on: matlab
2217

@@ -71,7 +66,7 @@ jobs:
7166
7267
- name: Run MATLAB command
7368
run: |
74-
&"$env:ProgramFiles\MATLAB\$env:MATLAB_VER\bin\matlab.exe" -batch "openProject(pwd); buildtool test('noHW') package('${{ github.ref_name }}','${{ github.actor }}');"
69+
&"$env:ProgramFiles\MATLAB\$env:MATLAB_VER\bin\matlab.exe" -batch "buildtool package('${{ github.ref_name }}','${{ github.actor }}');"
7570
7671
# Create new release
7772
- name: Create a new release

0 commit comments

Comments
 (0)