Comments out git push --tags line

This commit is contained in:
Neil Dorin
2020-03-18 17:30:39 -06:00
parent 4d4362c073
commit 206c388e8d

View File

@@ -138,14 +138,13 @@ jobs:
Write-Host "Commit: $commit"
git commit -m $commit
git tag $($Env:VERSION)
- name: Push to Builds Repo
shell: powershell
run: |
$branch = $($Env:GITHUB_REF) -replace "refs/heads/"
Write-Host "Branch: $branch"
git push -u origin $($branch) --force
git push --tags origin
#git push --tags origin
- name: Check Directory
run: |
Get-ChildItem "./"