From dbec871500344933ec61c66ffe75e249dac7e202 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 6 May 2020 11:13:43 -0600 Subject: [PATCH] fixes master.yml action...again --- .github/workflows/master.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a362ea47..97f9d3e5 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -31,10 +31,7 @@ jobs: git config --global url."https://github.com/".insteadOf "git@github.com:" auth_header="$(git config --local --get http.https://github.com/.extraheader)" git submodule sync --recursive - git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - # Fetch all tags - - name: Fetch tags - run: git fetch --tags + git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth= # Generate the appropriate version number - name: Set Version Number shell: powershell