Skip to content

Commit 93ef340

Browse files
committed
adjusted branch change on ci
1 parent 0479521 commit 93ef340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
git checkout ${{ github.base_ref }}
188188
git merge ${{ github.head_ref }}
189189
git push
190+
git checkout ${{ github.head_ref }}
190191
191192
- name: Notify Issue Threads (WIP)
192193
if: (github.ref == 'refs/heads/develop')
@@ -205,6 +206,5 @@ jobs:
205206
- name: Increment Version & Commit (Release)
206207
if: (github.base_ref == env.ReleaseBranch)
207208
run: |
208-
git checkout ${{ github.head_ref }}
209209
pipenv run pyrevit set next-version
210210
git push

0 commit comments

Comments
 (0)