removes fetch tags step for Master branch workflow

This commit is contained in:
Andrew Welker
2020-05-08 09:03:32 -06:00
parent 88b10f7ae6
commit c6e511131b

View File

@@ -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