Skip to content

Commit 6490651

Browse files
ci(github): echo version in workflow test.yml
1 parent 4b49f81 commit 6490651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Check version
5050
run: |
5151
version=$(grep version src/python_cli_template/__init__.py | cut -d'"' -f 2)
52+
echo $version
53+
python-cli-template --version
5254
set -e
5355
[[ $(python-cli-template --version) == $version ]]
5456
[[ $(python-cli-template -v) == $version ]]

0 commit comments

Comments
 (0)