removed branch name from push command

This commit is contained in:
Andrew Welker
2020-03-18 16:30:48 -06:00
parent 3eb7b01f94
commit c23c4554af

View File

@@ -138,7 +138,7 @@ jobs:
Write-Host $commit
git commit -m $commit
git tag $($Env:VERSION)
git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force
git push -u origin --force
git push --tags origin
- name: Check Directory
run: |