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
commit 373f271a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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