diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30d5302..c55e359 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,8 @@ jobs: - name: Use the output run: | - apt-get install -y git + sudo apt-get update + sudo apt-get install -y git git describe --tags --abbrev=0 - name: test