Unverified Commit 0740a51e authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent 04fb00f4
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
- name: Create release branch and merge develop - name: Create release branch and merge develop
run: | run: |
git checkout -b ${{ steps.vars.outputs.branch }} git checkout -b ${{ steps.vars.outputs.branch }}
git merge develop git merge origin/develop
git push git push
- name: Show merge commit - name: Show merge commit
run: git --no-pager show run: git --no-pager show
......
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