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

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 16, 2023
1 parent 390019c commit 3ae1c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
VERSION=${GITHUB_REF:-0.0.0}
VERSION=${VERSION##*/}
VERSION=$(echo "$VERSION" | cut -d- -f1 )
sed -i "s/VERSION *=.*$/VERSION = ${VERSION}/" pytransifex/__init__.py
sed -i "s/VERSION *=.*$/VERSION = '${VERSION}'/" pytransifex/__init__.py
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3ae1c70

Please sign in to comment.