From 3187e7ffcbb12eca72ccd713e9f58d9af92073ee Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Mon, 29 Jul 2024 16:09:04 -0700 Subject: [PATCH] fetch-tags does not work correctly https://github.com/actions/checkout/issues/1781 --- .github/workflows/create-release-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 5f0fcb6..a0e08c2 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 with: path: caller - fetch-tags: true + fetch-depth: 0 - name: Set up python uses: actions/setup-python@v5