From 5a75be0a66f5bd289fc01791dbea066c8288e70f Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 13 Apr 2020 11:37:01 -0600 Subject: [PATCH] fixes -b switch for public push job --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 22c6ee46..a362ea47 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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