Update main.yml

This commit is contained in:
Paul Kaplan 2021-06-09 11:08:07 -04:00 committed by GitHub
parent 0740a51e04
commit f149b98fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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