fixes master.yml action...again

This commit is contained in:
Andrew Welker 2020-05-06 11:13:43 -06:00 committed by GitHub
parent 03bcb5f338
commit dbec871500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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