Unverified Commit 04fb00f4 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Update main.yml

parent 04d93b99
......@@ -18,6 +18,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: automation-test-master # todo change to master
- name: Set output variables
id: vars
......@@ -26,7 +27,7 @@ jobs:
- name: Create release branch and merge develop
run: |
git checkout -b ${{ steps.vars.outputs.branch }}
git merge origin/develop
git merge develop
git push
- name: Show merge commit
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