From 3a1eb527ca76dc480db65b0a50bb294b3a82375d Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Wed, 25 Sep 2024 17:01:02 -0400 Subject: [PATCH] More CI testing Signed-off-by: Gary Oberbrunner --- .github/workflows/release-sign.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-sign.yml b/.github/workflows/release-sign.yml index 37eb38a8..b40bcb10 100644 --- a/.github/workflows/release-sign.yml +++ b/.github/workflows/release-sign.yml @@ -51,6 +51,8 @@ jobs: - name: Checkout uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + fetch-depth: 10 # use this if tag is older than current head + fetch-tags: true - name: Create archive run: git archive --format=tar.gz -o ${OPENFX_TARBALL} --prefix ${OPENFX_PREFIX} ${TAG}