diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e3eb2795b5ef8dd5b9d5d46a07297389a6a16d61..5dc982edf20d08d4f91c1618e6216676e235b309 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
 #          TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
 #          TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
         run: |
+          git tag
           pipenv run pytest
           pipenv run python setup.py bdist_wheel
 #          twine upload dist/*
\ No newline at end of file