Update docker.yml

This commit is contained in:
Andrew Welker
2020-03-16 14:49:56 -06:00
parent 83ac93d302
commit f68382d831

View File

@@ -28,7 +28,7 @@ jobs:
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Check for tags
run: Write-Host $(git tag --merged)
run: Write-Output $(git tag --merged)
# - name: Set Build to Release if triggered from Master
# run: |