Skip to content

Commit 21289d7

Browse files
authored
Fix version string in publish-release.yml
1 parent 6b64812 commit 21289d7

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
@@ -120,7 +120,7 @@ jobs:
120120
- name: Setup python version
121121
if: ${{ matrix.main }}
122122
run: |
123-
sed -i 's/\(version = "[^"]*\)"/${{ github.ref_name }}"/' pyproject.toml
123+
sed -i 's/\(version = "[^"]*\)"/version = "${{ github.ref_name }}"/' pyproject.toml
124124
125125
- name: Add Matlab version specifier
126126
if: ${{ !matrix.main }}

0 commit comments

Comments
 (0)