Skip to content

Commit 5f5569a

Browse files
ci(github): fix version check in test.yml
1 parent a840ef3 commit 5f5569a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Check version
5050
run: |
5151
set -e
52-
version=$(grep version src/python_cli_template/__init__.py | cut -d'"' -f 2")
52+
version=$(grep version src/python_cli_template/__init__.py | cut -d'"' -f 2)
5353
[[ $(python -m python_cli_template --version) == $version ]]
5454
[[ $(python -m python_cli_template -v) == $version ]]
5555
[[ $(python_cli_template --version) == $version ]]

0 commit comments

Comments
 (0)