Skip to content

Commit

Permalink
ci(release): merge main into develop before running semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Oct 8, 2023
1 parent ab46912 commit 9c1fd27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upsert-pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Merge main branch into develop branch 馃
run: |
git fetch --all
git checkout main
git pull origin main
git checkout develop
Expand Down

0 comments on commit 9c1fd27

Please sign in to comment.