Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 3ae1c70

Browse files
committed
fix version
1 parent 390019c commit 3ae1c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
VERSION=${GITHUB_REF:-0.0.0}
2727
VERSION=${VERSION##*/}
2828
VERSION=$(echo "$VERSION" | cut -d- -f1 )
29-
sed -i "s/VERSION *=.*$/VERSION = ${VERSION}/" pytransifex/__init__.py
29+
sed -i "s/VERSION *=.*$/VERSION = '${VERSION}'/" pytransifex/__init__.py
3030
3131
- name: Set up Python
3232
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)