From 1c737d1dc6e25a903d2a860f345d12f0af5b5547 Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Wed, 24 Aug 2022 11:29:56 -0400 Subject: [PATCH] build: make sure tags are populated --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f977a6..a9a08e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Find Previous Release id: findtag