fixes pushing branch to origin

This commit is contained in:
Andrew Welker
2020-03-17 18:39:59 -06:00
parent 8474c5c7b7
commit 8f40629e65

View File

@@ -120,7 +120,7 @@ jobs:
git add .
git commit -m "Build ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ env.GITHUB_SHA }}"
git tag ${{ env.VERSION }}
git push --set-upstream origin +$branch --force
git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force
git push --tags origin
# "Build #${SOURCE_BUILD_NUMBER} from commit: https://github.com/PepperDash/PepperDashCore/commit/${COMMIT}"