Skip to content

Commit e57253b

Browse files
authored
Fix wrong logical in publish-release.yml
1 parent edce9d4 commit e57253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
pip install numpy
114114
115115
- name: Add Matlab version specifier
116-
if: ${{ matrix.main != "true" }}
116+
if: ${{ !matrix.main }}
117117
run: |
118118
sed -i 's/\(version = "[^"]*\)"/\1+${{ matrix.matlab }}"/' pyproject.toml
119119
cat pyproject.toml

0 commit comments

Comments
 (0)