From a1a386a3aa4566879888c63c148d0bb3a547fd71 Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Wed, 17 May 2023 16:10:41 +0100 Subject: [PATCH] set fetch-depth to 0 --- .github/workflows/python-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7964221..9c43f91 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,6 +26,8 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 with: