mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Update main.yml
This commit is contained in:
parent
0740a51e04
commit
f149b98fa2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
echo ::set-output name=branch::"release/$(date +%Y-%m-%d)"
|
||||
- name: Create release branch and merge develop
|
||||
run: |
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git checkout -b ${{ steps.vars.outputs.branch }}
|
||||
git merge origin/develop
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue