From 38d9a0c177bd2a03c925097b95ad829be36f046d Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Apr 2024 20:43:11 +0200 Subject: [PATCH] Added additional fetching for git checkout --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07e9466..b389fbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + ref: ${{ github.ref }} + fetch-depth: 0 - name: setup git run: |