From b1aca3e6556119afe816c4750c921c8dbfdde1a8 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Wed, 28 Feb 2024 21:22:55 +0100 Subject: [PATCH] Print current revision as well --- .github/workflows/deployment.yml | 1 + 1 file changed, 1 insertion(+) 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