Skip to content

Commit

Permalink
Rebase develop on main (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpaul authored Aug 8, 2023
1 parent b4774d1 commit ac27cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Update develop branch
run: |
git checkout develop
git merge origin/main
git push origin develop
git rebase origin/main
git push origin develop

0 comments on commit ac27cb8

Please sign in to comment.