forgot to save the yaml

This commit is contained in:
Andrew Welker
2020-03-16 14:17:06 -06:00
parent 2afd9e65ce
commit 15cf4ca0c2

View File

@@ -30,8 +30,9 @@ jobs:
- name: Testing git command
shell: powershell
run: |
Write-Host $(git --version)
Write-Host $(git tag --merged master)
git --version
git branch
git tag --merged master
# - name: Set Build to Release if triggered from Master
# run: |