diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 66a458c..97e90b1 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -42,6 +42,7 @@ jobs: - name: Print current revision run: | git describe --dirty + git rev-parse HEAD git fetch --tags git describe --dirty - name: Cache .tox directory