From e68280d252b901c6fb4aacf3dfd9ddfc51471d5a Mon Sep 17 00:00:00 2001 From: Felipe Cesar Date: Mon, 21 Oct 2024 17:03:38 -0300 Subject: [PATCH] ci: run fetch --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17780e9..26fdfcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - run: git config user.name github-actions[bot] - run: git config user.email 41898282+github-actions[bot]@users.noreply.github.com