Skip to content

Commit 26fb90e

Browse files
committed
Update release.yml
1 parent 5b0572c commit 26fb90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
shell: bash
110110
run: |
111111
VERSION=${GITHUB_REF#refs/tags/v}
112-
echo "version=$VERSION" >> $GITHUB_OUTPUT
112+
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
113113
114114
- name: Wait for PyPI to update
115115
run: |

0 commit comments

Comments
 (0)