Moves pushing tags to its own step

This commit is contained in:
Andrew Welker
2020-03-18 18:07:44 -06:00
committed by GitHub
parent 82418946e1
commit 8fd40c2a7c

View File

@@ -143,7 +143,8 @@ jobs:
$branch = $($Env:GITHUB_REF) -replace "refs/heads/"
Write-Host "Branch: $branch"
git push -u origin $($branch) --force
git push --tags origin
- name: Push tags
run: git push --tags origin
- name: Check Directory
run: |
Get-ChildItem "./"