From 3aa9c3ad13589dd78ec43859bf417f4f489508c6 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 19 Jun 2020 04:54:06 -0700 Subject: [PATCH] ci: Fix unshallow, force tag download --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e64c105ddf..ff1beff810 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Install Dependencies run: | echo "Downloading MSYS2 environment..." @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Install Dependencies run: | sudo apt-get update @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Install Dependencies run: | brew update @@ -271,7 +271,7 @@ jobs: uses: actions/checkout@v2 - name: Clone Tree (Unshallow) run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow --tags -f - name: Create Source Archive run: | ./scripts/archive-source.sh archive.tgz