From 80908ee7c44db66e17d7276cec3a01c3f194c52b Mon Sep 17 00:00:00 2001 From: Max Ostrowski Date: Mon, 11 Mar 2024 17:18:30 +0100 Subject: [PATCH] fetch history for correct versioning when deploying --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee0bd6e..9078145 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-python@v5 with: python-version: 3.11