mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fixes -b switch for public push job
This commit is contained in:
parent
011e82676c
commit
5a75be0a66
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue