We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89072eb commit 9087578Copy full SHA for 9087578
1 file changed
.github/workflows/python-publish.yml
@@ -42,6 +42,10 @@ jobs:
42
run: poetry install
43
working-directory: Client
44
45
+ - name: Check Git tags
46
+ run: git tag
47
+ working-directory: Client
48
+
49
- name: Build package
50
run: poetry build
51
0 commit comments