added logic to print list of tags

This commit is contained in:
Andrew Welker
2020-03-16 14:48:31 -06:00
parent 80f2c0a082
commit 83ac93d302

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: git tag --merged
run: Write-Host $(git tag --merged)
# - name: Set Build to Release if triggered from Master
# run: |