Skip to content

Commit

Permalink
adjusted branch change on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eirannejad committed Feb 9, 2022
1 parent 0479521 commit 93ef340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
git checkout ${{ github.base_ref }}
git merge ${{ github.head_ref }}
git push
git checkout ${{ github.head_ref }}
- name: Notify Issue Threads (WIP)
if: (github.ref == 'refs/heads/develop')
Expand All @@ -205,6 +206,5 @@ jobs:
- name: Increment Version & Commit (Release)
if: (github.base_ref == env.ReleaseBranch)
run: |
git checkout ${{ github.head_ref }}
pipenv run pyrevit set next-version
git push

0 comments on commit 93ef340

Please sign in to comment.