Merge pull request #104 from PepperDash/release/v1.4.33

fixes -b switch for public push job
This commit is contained in:
Andrew Welker
2020-04-13 11:50:26 -06:00
committed by GitHub

View File

@@ -183,9 +183,9 @@ jobs:
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./Version/version.txt
Remove-Item -Path ./Version
# Checkout/Create the branch
# Checkout master branch
- name: Create new branch
run: git checkout -b master
run: git checkout master
# Download the build output into the repo
- name: Download Build output
uses: actions/download-artifact@v1