From 4ad6401990d3b6ba6fca0c1b1f57e851900321be Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Tue, 9 Jan 2024 19:29:36 +0000 Subject: [PATCH] fix: avoid tag checkout collision --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13c4d350..e06a7ec0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Release uses: softprops/action-gh-release@v1