From c6e511131b9b6591619789d469056955d90fdd43 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 8 May 2020 09:03:32 -0600 Subject: [PATCH] removes fetch tags step for Master branch workflow --- .github/workflows/master.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a362ea47..87da915e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -32,9 +32,6 @@ jobs: 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 # Generate the appropriate version number - name: Set Version Number shell: powershell