Unverified Commit f149b98f authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent 0740a51e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment