Skip to content

Commit 9087578

Browse files
authored
add git tags check
1 parent 89072eb commit 9087578

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
run: poetry install
4343
working-directory: Client
4444

45+
- name: Check Git tags
46+
run: git tag
47+
working-directory: Client
48+
4549
- name: Build package
4650
run: poetry build
4751
working-directory: Client

0 commit comments

Comments
 (0)