From d868d83530296efc770f460bc78499f0a1b8fe08 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Fri, 26 Jan 2024 13:17:35 +0100 Subject: [PATCH] Ensure Setuptools-SCM can track back to the last tag --- .github/workflows/stage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 7e25207..9c264cf 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -17,7 +17,9 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: