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

removes -b switch on master branch checkout
This commit is contained in:
Neil Dorin
2020-04-13 11:19:03 -06:00
committed by GitHub

View File

@@ -112,7 +112,7 @@ jobs:
Remove-Item -Path ./Version
# Checkout/Create the branch
- name: Checkout Master 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